mirror of
https://github.com/Thumbscrew/nginx-docker-compose.git
synced 2025-01-18 17:45:45 +00:00
remove commented volume config
This commit is contained in:
parent
ca0890c9d3
commit
a698754dcd
@ -13,7 +13,5 @@ services:
|
|||||||
- 443:443
|
- 443:443
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUME_PATH}/conf.d:/etc/nginx/conf.d
|
- ${VOLUME_PATH}/conf.d:/etc/nginx/conf.d
|
||||||
# - ${VOLUME_PATH}/etc/nginx/sites-available:/etc/nginx/sites-available
|
|
||||||
# - ${VOLUME_PATH}/etc/nginx/sites-enabled:/etc/nginx/sites-enabled
|
|
||||||
- ${VOLUME_PATH}/etc/letsencrypt:/etc/letsencrypt
|
- ${VOLUME_PATH}/etc/letsencrypt:/etc/letsencrypt
|
||||||
- ${VOLUME_PATH}/tmp:/tmp
|
- ${VOLUME_PATH}/tmp:/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user