Update docker-compose.yml

remove unnecessary link to php
This commit is contained in:
LRVT 2023-02-26 01:37:23 +01:00 committed by GitHub
parent bfefe552cf
commit 2012cd767e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,6 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/www-data:/var/www
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/nginx-conf:/etc/nginx/conf.d
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/logs:/var/log/nginx
links:
- php
container_name: nginx
restart: unless-stopped
#labels:
@ -19,6 +17,7 @@ services:
# - traefik.docker.network=proxy
# # Part for local lan services only
# #- traefik.http.routers.nginx.middlewares=error-pages-middleware@docker
php:
image: php:8-fpm-alpine
hostname: php