Update nginx.yaml
This commit is contained in:
@@ -8,7 +8,7 @@ networks:
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'jc21/nginx-proxy-manager:latest'
|
image: 'jc21/nginx-proxy-manager:latest'
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
# These ports are in format <host-port>:<container-port>
|
# These ports are in format <host-port>:<container-port>
|
||||||
- '80:80' # Public HTTP Port
|
- '80:80' # Public HTTP Port
|
||||||
|
|||||||
Reference in New Issue
Block a user