feat: set web port with env variable

This commit is contained in:
Henry
2025-06-13 22:03:57 +01:00
parent b838e8040a
commit 3a48c797b7

View File

@@ -2,7 +2,7 @@ services:
web:
image: ghcr.io/kanbn/kan:latest
ports:
- "3001:3000"
- "${WEB_PORT:-3001}:3000"
networks:
- dokploy-network
build: