diff --git a/File_Containers/syncthing/compose.yaml b/File_Containers/syncthing/compose.yaml index d44d818..b879a71 100644 --- a/File_Containers/syncthing/compose.yaml +++ b/File_Containers/syncthing/compose.yaml @@ -10,6 +10,10 @@ services: volumes: - /srv/docker/syncthing/config:/config - ${PATH_NAME}:/data + - ${PATH_NAME1}:/data1 + - ${PATH_NAME2}:/data2 + - ${PATH_NAME3}:/data3 + - ${PATH_NAME4}:/data4 ports: - 8388:8384 - 22000:22000/tcp