added ddclient and config
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
daemon=900
|
||||
use=web
|
||||
protocol=dyndns2
|
||||
|
||||
protocol=googledomains,
|
||||
login=XIQcIciDPkL98kcu,
|
||||
password=eowszqJ33jjzkN6Y
|
||||
akanealw.com
|
||||
|
||||
protocol=googledomains,
|
||||
login=fl8RMB9sWyaYIbXQ,
|
||||
password=lYkyofVtT1KQp59M
|
||||
aknlw.com
|
||||
@@ -12,6 +12,17 @@ services:
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/authelia/config:/config
|
||||
|
||||
ddclient:
|
||||
container_name: ddclient
|
||||
image: lscr.io/linuxserver/ddclient:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${DOCKERCONFDIR}/ddclient/config:/config
|
||||
|
||||
nginxproxymanager:
|
||||
container_name: nginxproxymanager
|
||||
image: jc21/nginx-proxy-manager:2.10.4
|
||||
|
||||
Reference in New Issue
Block a user