7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 12:20:49 +00:00

Fix https certificate location

HTTPS were generated in an incorrect location.
This commit is contained in:
Régis Behmo 2019-01-15 20:48:30 +01:00
parent f89ff69701
commit 76e7b3b59d

View File

@ -136,7 +136,7 @@ restart-openedx: ## Restart lms, cms, and workers
https_command = docker run --rm -it \
--volume="$(PWD)/../env/letsencrypt/:/openedx/letsencrypt/env/" \
--volume="$(PWD)/data/letsencrypt/:/etc/letsencrypt/" \
--volume="$(PWD)/../../data/letsencrypt/:/etc/letsencrypt/" \
-p "80:80"
certbot_image = certbot/certbot:latest