mirror of
https://github.com/skoelle/dyndns-updater.git
synced 2026-09-17 16:10:25 +00:00
12 lines
313 B
YAML
12 lines
313 B
YAML
services:
|
|
dyndns-updater:
|
|
image: ghcr.io/skoelle/dyndns-updater:latest
|
|
container_name: dyndns-updater
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "8090:8090" # Webhook-Port (GET, kein Auth) - intern im LAN
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.enable=true"
|