fix: update the docker config

This commit is contained in:
2026-07-14 12:42:24 +07:00
parent 3c86574e87
commit d5bf9d2e2e
+4
View File
@@ -8,6 +8,10 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
image: 9router-app:${IMAGE_TAG:-latest} image: 9router-app:${IMAGE_TAG:-latest}
restart: unless-stopped restart: unless-stopped
# Dokploy/Traefik should route to this internal port. Do not publish it
# with `ports:`; public HTTP(S) is provided by the Dokploy domain router.
expose:
- "20128"
volumes: volumes:
- 9router-data:/app/data - 9router-data:/app/data
environment: environment: