diff --git a/planka/docker-compose-v2.yml b/planka/docker-compose-v2.yml index 3ce45ba..55f7557 100644 --- a/planka/docker-compose-v2.yml +++ b/planka/docker-compose-v2.yml @@ -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: