update planka v2 yml

This commit is contained in:
2026-06-03 21:25:24 +08:00
parent 4018e82061
commit c2a2fd4dfc

View File

@@ -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: