МИ
image: httpd:2.4-alpine
container_name: apache_2.4
volumes:
- ./www/site:/var/www/public
- ./docker/apache/httpd.conf:/usr/local/apache2/conf/httpd.conf
- ./docker/apache/sites:/usr/local/apache2/conf/extra/vhosts
- ./docker/logs/apache:/usr/local/apache2/logs
ports:
- 80:80
- 443:443
- 8080:80
depends_on:
- php
security_opt:
- label:disable