Add unless-stopped to planka
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
planka:
|
planka:
|
||||||
image: ghcr.io/plankanban/planka:2.0.0-rc.3
|
image: ghcr.io/plankanban/planka:2.0.0-rc.3
|
||||||
restart: on-failure
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- favicons:/app/public/favicons
|
- favicons:/app/public/favicons
|
||||||
- user-avatars:/app/public/user-avatars
|
- user-avatars:/app/public/user-avatars
|
||||||
|
|||||||
Reference in New Issue
Block a user