-
-
Notifications
You must be signed in to change notification settings - Fork 330
Description
Having issues with the SSL on the sish container.
I checked the history in the forum and this was reported and the suggestion was to ensure that the volumes in the DNSCert was provisioned in the sish container. I have done this but I am still having the same error. Permission are fine, I can navigate to the link and the files are there and the internal container mapping is mapped to the correct host folder .. any other suggestions?
name: sish-server
services:
letsencrypt:
image: adferrand/dnsrobocert:latest
container_name: letsencrypt-dns
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/docker/sish/deploy/letsencrypt:/etc/letsencrypt
- /opt/docker/sish/deploy/le-config.yml:/etc/dnsrobocert/config.yml
restart: always
sish:
image: antoniomika/sish:latest
container_name: sish
depends_on:
- letsencrypt
volumes:
- /opt/docker/sish/deploy/letsencrypt:/etc/letsencrypt
- /opt/docker/sish/deploy/pubkeys:/pubkeys
- /opt/docker/sish/deploy/keys:/keys
- /opt/docker/sish/deploy/ssl:/ssl