å§åçä»æ´æ ã¡ã¢ã ã ãã£ã¬ã¯ããªæ§æ . âââ Dockerfile âââ apache-config.conf âââ application â  âââ webroot â  âââ index.php âââ docker-compose.yml åãã¡ã¤ã« Dockerfile FROM php:5.6-apache RUN a2enmod rewrite EXPOSE 80 # Update the default apache site with the config we created. ADD apache-config.conf /etc/apache2/sites-enabled/000-default.conf apache-config.conf <VirtualHost *:80> #ServerName www.example.com # Ser
{{#tags}}- {{label}}
{{/tags}}