Fix wrong bind mount to access LE certs
This commit is contained in:
parent
beb5cdadbf
commit
93a731a517
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user