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

Fix "pull access denied for certbot_image"

Close #52
This commit is contained in:
Régis Behmo 2018-08-28 15:53:26 +02:00
parent 75d7ee688b
commit 21608386de

View File

@ -91,7 +91,7 @@ create-staff-user:
https_command = docker run --rm -it \
--volume="$(PWD)/config/letsencrypt/:/openedx/letsencrypt/config/" \
--volume="$(PWD)/data/letsencrypt/:/etc/letsencrypt/" \
-p "80:80" \
-p "80:80"
certbot_image = certbot/certbot:latest
https-certificate: