diff --git a/apps/syncthing/2.0.15/.env.sample b/apps/syncthing/2.0.16/.env.sample similarity index 100% rename from apps/syncthing/2.0.15/.env.sample rename to apps/syncthing/2.0.16/.env.sample diff --git a/apps/syncthing/2.0.15/data.yml b/apps/syncthing/2.0.16/data.yml similarity index 100% rename from apps/syncthing/2.0.15/data.yml rename to apps/syncthing/2.0.16/data.yml diff --git a/apps/syncthing/2.0.15/docker-compose.yml b/apps/syncthing/2.0.16/docker-compose.yml similarity index 93% rename from apps/syncthing/2.0.15/docker-compose.yml rename to apps/syncthing/2.0.16/docker-compose.yml index b981fa7a3..3ffd3ae22 100644 --- a/apps/syncthing/2.0.15/docker-compose.yml +++ b/apps/syncthing/2.0.16/docker-compose.yml @@ -18,7 +18,7 @@ services: - ${SYNCTHING_PORT}:22000/tcp - ${SYNCTHING_PORT}:22000/udp - ${SYNCTHING_PORT_EXTRA_UDP}:21027/udp - image: linuxserver/syncthing:2.0.15 + image: linuxserver/syncthing:2.0.16 labels: createdBy: "Apps"