Update noip-duc/noip-duc.container
This commit is contained in:
23
noip-duc/noip-duc.container
Normal file
23
noip-duc/noip-duc.container
Normal file
@@ -0,0 +1,23 @@
|
||||
[Unit]
|
||||
Description=No-IP Dynamic Update Client
|
||||
#After=network-online.target
|
||||
#Wants=network-online.target
|
||||
|
||||
[Container]
|
||||
ContainerName=noip-duc
|
||||
Image=ghcr.io/noipcom/noip-duc:latest
|
||||
AutoUpdate=registry
|
||||
Secret=noippass,type=env,target=NOIP_PASSWORD
|
||||
Secret=noipuser,type=env,target=NOIP_USERNAME
|
||||
EnvironmentFile=noip-duc.env
|
||||
|
||||
[Service]
|
||||
User=1000
|
||||
Group=1000
|
||||
Restart=on-abnormal
|
||||
TimeoutStopSec=30
|
||||
#SuccessExitStatus=0 143
|
||||
|
||||
#[Install]
|
||||
# Start by default on boot
|
||||
#WantedBy=default.target
|
||||
Reference in New Issue
Block a user