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: . context: .
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
restart: unless-stopped restart: unless-stopped
image: registry.chiefsoft.net/wrenchboardmainsite_wrenchboard-www:latest image: https://registry.chiefsoft.net/wrenchboardmainsite_wrenchboard-www:latest
volumes: volumes:
- ./:/app - ./:/app
- '/app/node_modules' - '/app/node_modules'
@@ -21,4 +21,4 @@ services:
environment: environment:
- CHOKIDAR_USEPOLLING=true - CHOKIDAR_USEPOLLING=true
volumes: volumes:
src: src: