Update docker-compose.yml to allow read-write access to the /media directory
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ services:
|
||||
- type: bind
|
||||
source: ~/media
|
||||
target: /media
|
||||
read_only: true
|
||||
read_only: false
|
||||
restart: 'unless-stopped'
|
||||
# Optional - alternative address used for autodiscovery
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user