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 25, 2024
1 parent 734841f commit e6def84
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 @@ -6,6 +6,7 @@ services:
command: ./bin/rails server -e development -b 0.0.0.0 -p 80
volumes:
- .:/rails
- "./data:/data:rw"
ports:
- "8000:80"
depends_on:
Expand Down

0 comments on commit e6def84

Please sign in to comment.