mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
Fix https certificate location
HTTPS were generated in an incorrect location.
This commit is contained in:
parent
f89ff69701
commit
76e7b3b59d
@ -136,7 +136,7 @@ restart-openedx: ## Restart lms, cms, and workers
|
|||||||
|
|
||||||
https_command = docker run --rm -it \
|
https_command = docker run --rm -it \
|
||||||
--volume="$(PWD)/../env/letsencrypt/:/openedx/letsencrypt/env/" \
|
--volume="$(PWD)/../env/letsencrypt/:/openedx/letsencrypt/env/" \
|
||||||
--volume="$(PWD)/data/letsencrypt/:/etc/letsencrypt/" \
|
--volume="$(PWD)/../../data/letsencrypt/:/etc/letsencrypt/" \
|
||||||
-p "80:80"
|
-p "80:80"
|
||||||
certbot_image = certbot/certbot:latest
|
certbot_image = certbot/certbot:latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user