mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
fix: update the docker config
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user