1
0

Mount music_library_1 as read-only volume for syncing to other devices
All checks were successful
Deploy / Deploy (push) Successful in 12s

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

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