Force https for docker registry url

This commit is contained in:
ChiefSoft works
2022-02-13 04:22:04 +00:00
parent f819bc23a5
commit adfda2b6a4
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
restart: unless-stopped
image: registry.chiefsoft.net/wrenchboarddocker_wrenchboard-web:latest
image: https://registry.chiefsoft.net/wrenchboarddocker_wrenchboard-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2