Skip to content

Commit 3ca894d

Browse files
author
mafyuh
committedFeb 25, 2025
Update docker/arm/docker-compose.yml
1 parent fbd31b2 commit 3ca894d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed
 

‎docker/arm/docker-compose.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -186,25 +186,6 @@ services:
186186
depends_on:
187187
- postgres
188188

189-
syncthing:
190-
image: ghcr.io/linuxserver/syncthing@sha256:c112da0ec1025ac250ef5272186eb6d6cf1f2777747288c8c526b4a894b8b1b3
191-
container_name: syncthing
192-
hostname: ARM
193-
environment:
194-
- PUID=0
195-
- PGID=0
196-
- TZ=Etc/UTC
197-
volumes:
198-
- /home/ubuntu/syncthing/config:/config
199-
- /docker/appdata/:/docker/appdata/
200-
- /home/ubuntu/:/home/ubuntu/
201-
ports:
202-
- 8384:8384
203-
- 22000:22000/tcp
204-
- 22000:22000/udp
205-
- 21027:21027/udp
206-
restart: unless-stopped
207-
208189
wiki-db:
209190
image: postgres:15-alpine
210191
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.