remove duckdns

This commit is contained in:
tijsg
2025-11-15 23:04:07 +01:00
parent 67f5f9faaa
commit e2a8b9f8ab

View File

@@ -270,26 +270,6 @@ services:
# - /mnt/.ix-apps/app_mounts/traefik/config:/config # - /mnt/.ix-apps/app_mounts/traefik/config:/config
# restart: unless-stopped # restart: unless-stopped
############################
# DUCKDNS
############################
duckdns:
image: linuxserver/duckdns:latest
container_name: duckdns
network_mode: "service:gluetun" # Route through gluetun
depends_on:
- gluetun
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Brussels
- SUBDOMAINS=${DUCKDNS_SUBDOMAIN} # Replace with your DuckDNS subdomain(s)
- TOKEN=${DUCKDNS_TOKEN} # Replace with your DuckDNS token
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
############################ ############################
# GLUETUN # GLUETUN
############################ ############################