2024-11-15 16:50:11 +01:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
2024-11-11 17:30:02 +01:00
|
|
|
[Unit]
|
|
|
|
Description=DDNS Update
|
|
|
|
|
|
|
|
[Container]
|
|
|
|
Image=docker.io/mietzen/porkbun-ddns:latest
|
|
|
|
EnvironmentFile=/etc/ddns.ini
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|