Update arrs/docker-compose.yml
This commit is contained in:
parent
1dd3746859
commit
a0401de232
1 changed files with 18 additions and 0 deletions
|
@ -139,6 +139,24 @@ services:
|
|||
- /dev/kmsg
|
||||
image: gcr.io/cadvisor/cadvisor:v0.49.1
|
||||
|
||||
syncthing:
|
||||
image: ghcr.io/linuxserver/syncthing@sha256:3a1a983bd5c0cfc685f5421b374bcf175ccb2df86710bfc454bc76a047a8884f
|
||||
container_name: syncthing
|
||||
hostname: ARRS
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /docker/appdata/syncthing/config:/config
|
||||
- /docker/appdata/:/docker/appdata/
|
||||
ports:
|
||||
- 8384:8384
|
||||
- 22000:22000/tcp
|
||||
- 22000:22000/udp
|
||||
- 21027:21027/udp
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: arrs_default
|
||||
|
|
Reference in a new issue