update planka v2 yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
planka:
|
||||
image: ghcr.io/plankanban/planka:2.0.0-rc.4
|
||||
image: ghcr.io/plankanban/planka:2.1.1
|
||||
restart: on-failure
|
||||
# 需对文件夹授权chown -R 1000:1000 /home/planka/
|
||||
volumes:
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
ports:
|
||||
- 3000:1337
|
||||
environment:
|
||||
- BASE_URL=http://localhost:3000
|
||||
- BASE_URL=http://localhost:3000 # 修改IP地址
|
||||
- DATABASE_URL=postgresql://postgres@postgres/planka
|
||||
|
||||
# Optionally store the database password in secrets:
|
||||
|
||||
Reference in New Issue
Block a user