Skip to content

Commit

Permalink
Fix protected media path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihalik committed Nov 22, 2024
1 parent 7896015 commit 5c63914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
volumes:
- /var/run/postgresql:/var/run/postgresql:rw
- /data/www/webstrom-test/media:/app/media:rw
- /data/www/webstrom-test/protected-media:/app/protected-media:rw
- /data/www/webstrom-test/protected_media:/app/protected_media:rw

ports:
- "127.0.0.1:8920:8000"
Expand Down

0 comments on commit 5c63914

Please sign in to comment.