feat: set web port with env variable
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: ghcr.io/kanbn/kan:latest
|
image: ghcr.io/kanbn/kan:latest
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "${WEB_PORT:-3001}:3000"
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user