Mount music_library_1 as read-only volume for syncing to other devices
Some checks failed
Deploy / Deploy (push) Failing after 10s
Some checks failed
Deploy / Deploy (push) Failing after 10s
This commit is contained in:
@@ -16,8 +16,10 @@ services:
|
|||||||
- 22000:22000/udp # QUIC file transfers
|
- 22000:22000/udp # QUIC file transfers
|
||||||
- 21027:21027/udp # Receive local discovery broadcasts
|
- 21027:21027/udp # Receive local discovery broadcasts
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/syncthing
|
- ./data:/var/syncthing:rw
|
||||||
|
- /mnt/music_library_1:/data/music_library_1:ro
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
syncthing_network:
|
syncthing_network:
|
||||||
name: syncthing_network
|
name: syncthing_network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user