This commit is contained in:
zino
2023-11-29 12:50:10 +01:00
parent 75d1079ce3
commit fcfd2891bc

View File

@@ -6,7 +6,7 @@ services:
container_name: php-fpm container_name: php-fpm
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./volumes/html:/var/www/html - ../docker-nginx/volumes/html:/usr/share/nginx/html # use html from docker-nginx
networks: networks:
- web - web