Fix traefik cert

This commit is contained in:
Martin Lablans 2022-10-17 15:21:12 +02:00
parent f8b9aed7f5
commit 9658f6ed2e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ services:
- 80:80 - 80:80
- 443:443 - 443:443
volumes: volumes:
- /etc/bridgehead/traefik-tls:/tools/certs:ro - /etc/bridgehead/traefik-tls:/certs:ro
- ../lib/traefik-configuration/:/configuration:ro - ../lib/traefik-configuration/:/configuration:ro
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro