Update Planka
This commit is contained in:
+3
-1
@@ -1,8 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
planka:
|
planka:
|
||||||
image: ghcr.io/plankanban/planka:2.0.0-rc.4
|
image: ghcr.io/plankanban/planka:2.0.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
- data:/app/data
|
||||||
- favicons:/app/public/favicons
|
- favicons:/app/public/favicons
|
||||||
- user-avatars:/app/public/user-avatars
|
- user-avatars:/app/public/user-avatars
|
||||||
- background-images:/app/public/background-images
|
- background-images:/app/public/background-images
|
||||||
@@ -68,6 +69,7 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
data:
|
||||||
favicons:
|
favicons:
|
||||||
user-avatars:
|
user-avatars:
|
||||||
background-images:
|
background-images:
|
||||||
|
|||||||
Reference in New Issue
Block a user