1
0

Mount music_library_1 as read-only volume for syncing to other devices
Some checks failed
Deploy / Deploy (push) Failing after 10s

This commit is contained in:
2026-01-04 19:35:27 +00:00
parent 91cd4ed882
commit be54474c87

View File

@@ -16,8 +16,10 @@ services:
- 22000:22000/udp # QUIC file transfers
- 21027:21027/udp # Receive local discovery broadcasts
volumes:
- ./data:/var/syncthing
- ./data:/var/syncthing:rw
- /mnt/music_library_1:/var/syncthing/music_library_1:ro
networks:
syncthing_network:
name: syncthing_network