Hi there,
It looks like everything is working fine but I noticed some warning in my docker logs related to ddclient. Is it something which I should take care of? Should I change permissions?
Docker compose:
ddclient:
image: lscr.io/linuxserver/ddclient:latest
container_name: ddclient
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- /home/rockwatch/ddclient/config:/config
restart: unless-stopped
Logs:
ddclient | WARNING: Cannot create file '/var/run/ddclient.pid'. (Permission denied)
ddclient | WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
Thanks!