ddns-updated must point to outside dns
This commit is contained in:
parent
4237fd6ff2
commit
97f77cb8fd
|
@ -1,8 +1,10 @@
|
|||
services:
|
||||
ddns-updater:
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
environment:
|
||||
USER_UID: "${HOST_UID}"
|
||||
USER_GID: "${HOST_GID}"
|
||||
USER_UID: "${HOST_UID:?Must specify HOST_UID}"
|
||||
USER_GID: "${HOST_GID:-${HOST_UID}}"
|
||||
|
||||
### Configuration
|
||||
# DATADIR: "/updater/data"
|
||||
|
|
Loading…
Reference in New Issue