Déplacement des fichiers docker-compose dans un sous-répertoire.

This commit is contained in:
2026-03-01 16:28:32 +01:00
parent a7f9717b02
commit cebf1ce759
9 changed files with 29 additions and 29 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
server-php:
image: ${APACHE_PHP_VERSION}
environment:
- APACHE_ADMIN_EMAIL=${APACHE_ADMIN_EMAIL}
volumes:
- ${PWD}/www:/var/www/html
- ${PWD}/host/apache/logs:/var/log/apache2
- ${PWD}/host/apache/conf/vhost.conf:/etc/apache2/sites-available/000-default.conf
- ${PWD}/host/apache/conf/apache2.conf:/etc/apache2/conf-enabled/docker.conf