Skip to content

Commit 2813349

Browse files
authored
Merge pull request #145 from solidnerd/fix-local-storage
Fix local storage paths for Attachments
2 parents c064b84 + 3d88cf3 commit 2813349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- DB_PASSWORD=secret
2323
volumes:
2424
- uploads:/var/www/bookstack/public/uploads
25-
- storage-uploads:/var/www/bookstack/public/storage
25+
- storage-uploads:/var/www/bookstack/storage/uploads
2626
ports:
2727
- "8080:80"
2828

0 commit comments

Comments
 (0)