Fix wrong bind mount to access LE certs

This commit is contained in:
thopic 2023-04-24 20:24:58 +02:00
parent beb5cdadbf
commit 93a731a517
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -24,7 +24,7 @@ services:
network_mode: none network_mode: none
volumes: volumes:
# Mount the folder which contains Traefik's `acme.json' file # Mount the folder which contains Traefik's `acme.json' file
- ${DATA_PATH}/traefik:/traefik:ro - ${DATA_PATH}/traefik/letsencrypt:/traefik:ro
# Mount mailcow's SSL folder # Mount mailcow's SSL folder
- ./data/assets/ssl/:/output:rw - ./data/assets/ssl/:/output:rw
# Mount docker socket to restart containers # Mount docker socket to restart containers