Skip to content

Commit c4a01fa

Browse files
committed
fix: update docker-compose with new static path
1 parent b5cda18 commit c4a01fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-examples/docker-compose.complete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- thunor-db.env
99
- thunor-app.env
1010
volumes:
11-
- static-assets:/thunor/_state/thunor-static:ro
11+
- static-assets:/thunor/static:ro
1212
- $THUNORHOME/_state/thunor-files:/thunor/_state/thunor-files
1313
depends_on:
1414
- redis

0 commit comments

Comments
 (0)