Skip to content

Commit

Permalink
fix: ensure data directory is available to pull media
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Apr 24, 2024
1 parent e22690c commit 62aab6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- "8000:80"
volumes:
- ".:/app:rw"
- "./data:/data:rw"
environment:
DATABASE_URL: postgres://postgres@database_default:5432/db
links:
Expand Down

0 comments on commit 62aab6f

Please sign in to comment.