1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 04:25:27 +02:00

Fix Docker volumes

This commit is contained in:
Maksim Eltyshev 2020-05-26 01:27:32 +05:00
parent 2f7a244807
commit 99807c2a49
2 changed files with 3 additions and 0 deletions

View file

@ -40,6 +40,7 @@ RUN chmod +x start.sh
ENV BASE_URL DATABASE_URL
VOLUME /app/public/user-avatars
VOLUME /app/public/project-background-images
VOLUME /app/public/attachments
EXPOSE 1337