-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi,
I am trying to use that container in swarm so I can't rely on containers directly.
That's the reason I was looking for service restart (which appears to be available) unfortunately it appears not to work as expected...
The logs are:
Usage: /usr/bin/dump [OPTIONS...]
Please consult https://github.com/kereis/traefik-certs-dumper for available options and environment variables!
FATAL ERROR: Got an unexpected argument '--restart-services'
My docker compose definition
certdumper:
image: ghcr.io/kereis/traefik-certs-dumper:1.8.8
deploy:
restart_policy:
condition: any
command: --restart-services this_is_myservice
volumes:
- /opt/traefik/:/traefik:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /my/service/ssl:/certs:rw
environment:
- DOMAIN=my.tld.domain
Can you please check what's going wrong?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels