remove syncthing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user