1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-06 14:05:24 +02:00

feat: Remove attachments from public access

Closes #219
This commit is contained in:
Maksim Eltyshev 2022-04-26 22:20:20 +05:00
parent 486e663a3d
commit 36e4bef21b
10 changed files with 156 additions and 19 deletions

View file

@ -57,7 +57,7 @@ COPY --from=client-builder /app/build/index.html views
VOLUME /app/public/user-avatars
VOLUME /app/public/project-background-images
VOLUME /app/public/attachments
VOLUME /app/private/attachments
EXPOSE 1337