Skip to content

Commit

Permalink
[maykinmedia/objects-api#481] Remove unnecessary volumes in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Dec 12, 2024
1 parent 715684f commit 58f90b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
DISABLE_2FA: yes
SUBPATH: ${SUBPATH:-/}
volumes:
- media:/app/media
- private_media:/app/private_media
- log:/app/log
ports:
- 8000:8000
Expand All @@ -48,6 +46,4 @@ services:

volumes:
db:
log:
media:
private_media:
log:

0 comments on commit 58f90b0

Please sign in to comment.