Env improved
This commit is contained in:
@@ -2,8 +2,8 @@ services:
|
||||
nginx-srv:
|
||||
image: eroncero/nginx-srv
|
||||
ports:
|
||||
- "127.0.0.1:8888:80"
|
||||
- "[::1]:8843:443"
|
||||
- "127.0.0.1:${NGINX_HTTP_PORT}:${HOST_HTTP_PORT}"
|
||||
- "[::1]:${NGINX_HTTPS_PORT}:${HOST_HTTPS_PORT}"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./nginx-srv/sites-available:/etc/nginx/sites-available
|
||||
|
Reference in New Issue
Block a user