Skip to content

Commit af2753d

Browse files
committed
ci: remove the exposure of port 5000 in the CI registry
Closes #389 Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent 8b01bb9 commit af2753d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ tasks:
183183
cmds:
184184
- >
185185
docker run -d --name {{ .REGISTRY_NAME }}
186-
-p {{ .REGISTRY_PORT }}:5000
187186
--network {{ .REGISTRY_NETWORK }}
188187
-v certs:/certs
189188
-e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/server-cert.pem -e REGISTRY_HTTP_TLS_KEY=/certs/server-key.pem

0 commit comments

Comments
 (0)