mirror of
https://github.com/plankanban/planka.git
synced 2025-12-29 01:11:59 +03:00
Fix Docker volumes
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- user-avatars:/app/public/user-avatars
|
||||
- project-background-images:/app/public/project-background-images
|
||||
- attachments:/app/public/attachments
|
||||
ports:
|
||||
- 3000:1337
|
||||
@@ -35,5 +36,6 @@ services:
|
||||
|
||||
volumes:
|
||||
user-avatars:
|
||||
project-background-images:
|
||||
attachments:
|
||||
db-data:
|
||||
|
||||
Reference in New Issue
Block a user