mirror of
https://github.com/Thumbscrew/nginx-docker-compose.git
synced 2024-11-09 23:53:52 +00:00
6 lines
96 B
Bash
6 lines
96 B
Bash
|
# Docker settings
|
||
|
VOLUME_PATH=/data/nginx
|
||
|
PROXY_NETWORK=proxy
|
||
|
|
||
|
# Nginx settings
|
||
|
NGINX_TAG=stable
|