Add bind mount for shared_files to web container

...
This commit is contained in:
nucleogenic 2023-03-06 01:51:33 +00:00
parent 5fd0dc420b
commit 74e9e2ea06
No known key found for this signature in database
GPG Key ID: 04A5E4E319C4271D
2 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ services:
- OS_VERSION=${OS_VERSION:-buster}
volumes:
- ./volumes/images:/home/pi/images:delegated
- ./volumes/shared_files:/home/pi/shared_files:delegated
- ./volumes/config:/home/pi/.config/piscsi:delegated
ports:
- "127.0.0.1:${WEB_HTTP_PORT:-8080}:80"

View File