From 3ca894db3aadf61a9e29500499efd632e5a87129 Mon Sep 17 00:00:00 2001 From: mafyuh <mafyuh@noreply.localhost> Date: Mon, 24 Feb 2025 21:38:11 -0500 Subject: [PATCH] Update docker/arm/docker-compose.yml --- docker/arm/docker-compose.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/docker/arm/docker-compose.yml b/docker/arm/docker-compose.yml index c245d97..c490b2e 100644 --- a/docker/arm/docker-compose.yml +++ b/docker/arm/docker-compose.yml @@ -186,25 +186,6 @@ services: depends_on: - postgres - syncthing: - image: ghcr.io/linuxserver/syncthing@sha256:c112da0ec1025ac250ef5272186eb6d6cf1f2777747288c8c526b4a894b8b1b3 - container_name: syncthing - hostname: ARM - environment: - - PUID=0 - - PGID=0 - - TZ=Etc/UTC - volumes: - - /home/ubuntu/syncthing/config:/config - - /docker/appdata/:/docker/appdata/ - - /home/ubuntu/:/home/ubuntu/ - ports: - - 8384:8384 - - 22000:22000/tcp - - 22000:22000/udp - - 21027:21027/udp - restart: unless-stopped - wiki-db: image: postgres:15-alpine environment: