-
-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Expected Behavior
When running ddclient container I should see output of ddclient application in container logs.
Current Behavior
I see only linuxserver.io container startup messages.
If I exec into container with bash and run manually 'ddclient -foreground -file /config/ddclient.conf' I can see all the output as expected.
Environment
OS: ubuntu
CPU architecture: x86_64
How docker service was installed: swarm
Command used to create docker container (run/create/compose/screenshot)
container started in swarm with compose file:
version: "3.9"
x-app-1: &default-ddclient
image: ghcr.io/linuxserver/ddclient
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Helsinki
deploy:
mode: replicated
replicas: 1
restart_policy:
condition: any
delay: 2h
configs:
ddclient:
file: ddclient.conf
services:
ddclient:
<<: *default-ddclient
configs:
- source: ddclient
target: /config/ddclient.conf
uid: '0'
gid: '1000'
mode: 0440
Docker logs
[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... ,
,
-------------------------------------,
_ (),
| | ___ _ _,
| | / | | | / \ ,
| | _ \ | | | () |,
|| |/ || _/,
,
,
Brought to you by linuxserver.io,
-------------------------------------,
,
To support LSIO projects visit:,
https://www.linuxserver.io/donate/,
-------------------------------------,
GID/UID,
-------------------------------------,
,
User uid: 1000,
User gid: 1000,
-------------------------------------,
,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 30-config: executing... ,
chown: changing ownership of '/config/ddclient.conf': Read-only file system,
chmod: changing permissions of '/config/ddclient.conf': Read-only file system,
[cont-init.d] 30-config: exited 1.,
[cont-init.d] 90-custom-folders: executing... ,
[cont-init.d] 90-custom-folders: 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.,
Setting up watches.,
Watches established.