Skip to content

Commit

Permalink
Merge pull request #45 from ZdruzenieSTROM/writable_volume_for_web
Browse files Browse the repository at this point in the history
Remove readonly restriction on volume
  • Loading branch information
kovacspe authored Apr 30, 2024
2 parents b160a1b + 0a1ac22 commit 825e375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "8720:8000"
volumes:
- "staticfiles:/app/static:ro"
- "staticfiles:/app/static"
- type: "bind"
source: "./db.sqlite3"
target: "/app/db.sqlite3"
Expand Down

0 comments on commit 825e375

Please sign in to comment.