Skip to content

Commit

Permalink
add protocol to --external-url parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fsgh42 committed Oct 22, 2024
1 parent 64eb8a4 commit 9d937af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagefactory/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- ${EXTERNAL_IP:-127.0.0.1}:6000:6000
command: >
-http-port=:6000
-external-url=${IMGFAC_EXTERNAL_URL?}
-external-url=http://${IMGFAC_EXTERNAL_URL?}
-external-pxe-url=http://${IMGFAC_EXTERNAL_URL?}
-cache-signing-key-path=/keys/cache-signing-key.key
-cache-repository=registry:5000/cache
Expand Down

0 comments on commit 9d937af

Please sign in to comment.