diff --git a/apps/syncthing/1.29.5/.env.sample b/apps/syncthing/1.30.0/.env.sample similarity index 100% rename from apps/syncthing/1.29.5/.env.sample rename to apps/syncthing/1.30.0/.env.sample diff --git a/apps/syncthing/1.29.5/data.yml b/apps/syncthing/1.30.0/data.yml similarity index 100% rename from apps/syncthing/1.29.5/data.yml rename to apps/syncthing/1.30.0/data.yml diff --git a/apps/syncthing/1.29.5/docker-compose.yml b/apps/syncthing/1.30.0/docker-compose.yml similarity index 93% rename from apps/syncthing/1.29.5/docker-compose.yml rename to apps/syncthing/1.30.0/docker-compose.yml index 4b0781bf..4bae14f8 100644 --- a/apps/syncthing/1.29.5/docker-compose.yml +++ b/apps/syncthing/1.30.0/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:1.29.5 + image: linuxserver/syncthing:1.30.0 labels: createdBy: "Apps"