fix port already use on server

This commit is contained in:
2025-06-12 22:54:55 +07:00
parent 520c0e9885
commit bba37c1720

View File

@@ -59,7 +59,7 @@ services:
container_name: ckb-nginx-proxy
restart: unless-stopped
ports:
- "80:80"
- "8081:80"
- "443:443"
volumes:
- ./docker/nginx-proxy.conf:/etc/nginx/nginx.conf:ro