mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
parent
75d7ee688b
commit
21608386de
2
Makefile
2
Makefile
@ -91,7 +91,7 @@ create-staff-user:
|
|||||||
https_command = docker run --rm -it \
|
https_command = docker run --rm -it \
|
||||||
--volume="$(PWD)/config/letsencrypt/:/openedx/letsencrypt/config/" \
|
--volume="$(PWD)/config/letsencrypt/:/openedx/letsencrypt/config/" \
|
||||||
--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
|
||||||
|
|
||||||
https-certificate:
|
https-certificate:
|
||||||
|
Loading…
Reference in New Issue
Block a user