We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd31b2 commit 3ca894dCopy full SHA for 3ca894d
docker/arm/docker-compose.yml
@@ -186,25 +186,6 @@ services:
186
depends_on:
187
- postgres
188
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
-
208
wiki-db:
209
image: postgres:15-alpine
210
environment:
0 commit comments