Migration to newer dockge/compose stack
This commit is contained in:
14
dynamic-dns/compose.yaml
Normal file
14
dynamic-dns/compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
|
||||
|
||||
services:
|
||||
duckdns:
|
||||
container_name: duckdns
|
||||
image: lscr.io/linuxserver/duckdns
|
||||
environment:
|
||||
- SUBDOMAINS=${NASCOMPOSE_DUCKDNS_DOMAIN?}
|
||||
- FILE__TOKEN=/run/secrets/duckdns_token
|
||||
volumes:
|
||||
# Secrets
|
||||
- ./secrets/duckdns_token:/run/secrets/duckdns_token:ro
|
||||
restart: unless-stopped
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user