Merge pull request #4 from GDWR/patch-1

Quick fix to indentation
This commit is contained in:
LRVT 2023-02-26 01:34:58 +01:00 committed by GitHub
commit bfefe552cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/nginx-conf:/etc/nginx/conf.d - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/nginx-conf:/etc/nginx/conf.d
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/logs:/var/log/nginx - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nginx/logs:/var/log/nginx
links: links:
- php - php
container_name: nginx container_name: nginx
restart: unless-stopped restart: unless-stopped
#labels: #labels: