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