Skip to content

Commit daa1ecd

Browse files
committed
fix: ensure data directory is available to pull media
1 parent 58e4c31 commit daa1ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ services:
66
platform: linux/amd64
77
ports:
88
- "8000:80"
9+
volumes:
10+
- "./data:/data:rw"

0 commit comments

Comments
 (0)