1
0

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

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

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:rw
networks:
syncthing_network:
name: syncthing_network