Force https for docker registry url

This commit is contained in:
ChiefSoft works
2022-02-13 04:24:00 +00:00
parent af515659c7
commit 4e7dceceea
+2 -2
View File
@@ -5,7 +5,7 @@ services:
context: .
dockerfile: docker/Dockerfile
restart: unless-stopped
image: registry.chiefsoft.net/wrenchboardmainsite_wrenchboard-www:latest
image: https://registry.chiefsoft.net/wrenchboardmainsite_wrenchboard-www:latest
volumes:
- ./:/app
- '/app/node_modules'
@@ -21,4 +21,4 @@ services:
environment:
- CHOKIDAR_USEPOLLING=true
volumes:
src:
src: