remove syncthing

This commit is contained in:
poslop
2023-12-06 11:43:31 -06:00
parent 88c75a7e8a
commit 86a31b2a96

View File

@@ -244,46 +244,7 @@ services:
# - "222:22"
networks:
- swag
syncthing:
image: lscr.io/linuxserver/syncthing:latest
container_name: syncthing
hostname: syncthing
environment:
- PUID=1000
- PGID=1000
volumes:
- /mnt/docker/configs/syncthing/config:/config
- /home/poslop:/data
ports:
- 8384:8384
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
restart: unless-stopped
#pihole:
# container_name: pihole
# image: pihole/pihole:latest
# ports:
# - "53:53/tcp"
# - "53:53/udp"
# - "67:67/udp"
# - "8088:80/tcp"
# dns:
# - 127.0.0.1
# - 1.1.1.1
# environment:
# TZ: 'America/Chicago'
# WEBPASSWORD: ${PASS}
# volumes:
# - '/mnt/docker/configs/pihole/etc-pihole:/etc/pihole'
# - '/mnt/docker/configs/pihole/etc-dnsmasq.d:/etc/dnsmasq.d'
# cap_add:
# - NET_ADMIN
# restart: unless-stopped
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin