We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271a843 commit c3c318dCopy full SHA for c3c318d
configuration/files/docker-compose/docker-compose.traefik.yml
@@ -14,7 +14,7 @@ services:
14
traefik:
15
networks: [main]
16
container_name: traefik
17
- image: docker.io/traefik:latest@sha256:4ebf68cdb32ce65e8786ac83ece782ec0dbe583471c04dfd0af43f245b96c88f
+ image: docker.io/traefik:latest@sha256:4cf907247939b5d20bf4eff73abd21cb413c339600dde76dbc94a874b2578a27
18
restart: unless-stopped
19
volumes:
20
- "{{ base_directory }}/traefik/certs/:/letsencrypt/"
0 commit comments