Hey there,
I can not install duckdns docker.
installation:
docker create \
--name=duckdns \
--dns=1.1.1.1 \
-e PUID=998 \
-e PGID=100 \
-e TZ=Europe/Berlin \
-e SUBDOMAINS=xxxxxxxxx \
-e TOKEN=xxxxxxx \
-e LOG_FILE=true \
-v /var/lib/docker/duckdns:/config \
--restart unless-stopped \
ghcr.io/linuxserver/duckdns
LOG:
Code
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.,
[s6-init] ensuring user provided files have correct perms...exited 0.,
[fix-attrs.d] applying ownership & permissions fixes...,
[fix-attrs.d] done.,
[cont-init.d] executing container initialization scripts...,
[cont-init.d] 01-envfile: executing... ,
[cont-init.d] 01-envfile: exited 0.,
[cont-init.d] 10-adduser: executing... ,
,
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@,
,
Your DockerHost is most likely running an outdated version of libseccomp,
,
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp,
,
Some apps might not behave correctly without this,
,
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@,
,
,
-------------------------------------,
_ (),
| | ___ _ __,
| | / __| | | / \ ,
| | \__ \ | | | () |,
|_| |___/ |_| \__/,
,
,
Brought to you by linuxserver.io,
-------------------------------------,
,
To support the app dev(s) visit:,
DuckDNS: https://www.patreon.com/user?u=3209735,
,
To support LSIO projects visit:,
https://www.linuxserver.io/donate/,
-------------------------------------,
GID/UID,
-------------------------------------,
,
User uid: 998,
User gid: 100,
-------------------------------------,
,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 40-config: executing... ,
Retrieving subdomain and token from the environment variables,
g will be output to file,
Something went wrong, please check your settings Fri Nov 22 03:10:08 CET 137799,
[cont-init.d] 40-config: exited 0.,
[cont-init.d] 99-custom-files: executing... ,
[custom-init] no custom files found exiting...,
[cont-init.d] 99-custom-files: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
[services.d] done.,
Alles anzeigen
If other information are missing, please ask.
Hopefully someone can help.