Skip to content

Commit

Permalink
fix: update docker-compose with new static path
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Jul 11, 2024
1 parent b5cda18 commit c4a01fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-examples/docker-compose.complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- thunor-db.env
- thunor-app.env
volumes:
- static-assets:/thunor/_state/thunor-static:ro
- static-assets:/thunor/static:ro
- $THUNORHOME/_state/thunor-files:/thunor/_state/thunor-files
depends_on:
- redis
Expand Down

0 comments on commit c4a01fa

Please sign in to comment.