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