ddns-updated must point to outside dns

This commit is contained in:
Lockszmith (@kateryna) 2025-02-25 01:05:35 -05:00
parent 4237fd6ff2
commit 97f77cb8fd
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
services: services:
ddns-updater: ddns-updater:
dns:
- 1.1.1.1
environment: environment:
USER_UID: "${HOST_UID}" USER_UID: "${HOST_UID:?Must specify HOST_UID}"
USER_GID: "${HOST_GID}" USER_GID: "${HOST_GID:-${HOST_UID}}"
### Configuration ### Configuration
# DATADIR: "/updater/data" # DATADIR: "/updater/data"