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 cbe9d3f commit 4458b0f
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"
- "node_modules:/app/node_modules"
command: npm run dev -- --host 0.0.0.0 --port 80

Expand Down

0 comments on commit 4458b0f

Please sign in to comment.