mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
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
|
- type: bind
|
||||||
source: ~/media
|
source: ~/media
|
||||||
target: /media
|
target: /media
|
||||||
read_only: true
|
read_only: false
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
# Optional - alternative address used for autodiscovery
|
# Optional - alternative address used for autodiscovery
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user