ddns-updated must point to outside dns
This commit is contained in:
parent
4237fd6ff2
commit
97f77cb8fd
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue