fix port already use on server
This commit is contained in:
@@ -59,7 +59,7 @@ services:
|
|||||||
container_name: ckb-nginx-proxy
|
container_name: ckb-nginx-proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "8081:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/nginx-proxy.conf:/etc/nginx/nginx.conf:ro
|
- ./docker/nginx-proxy.conf:/etc/nginx/nginx.conf:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user