mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-18 12:51:27 +01:00
do not expose 5001 port
This commit is contained in:
parent
1853d636a5
commit
7a5d8640cd
@ -15,8 +15,6 @@ services:
|
|||||||
- ./config/registry/:/etc/registry/
|
- ./config/registry/:/etc/registry/
|
||||||
environment:
|
environment:
|
||||||
- GODEBUG=netdns=cgo
|
- GODEBUG=netdns=cgo
|
||||||
ports:
|
|
||||||
- 5001:5001
|
|
||||||
command:
|
command:
|
||||||
["serve", "/etc/registry/config.yml"]
|
["serve", "/etc/registry/config.yml"]
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -15,8 +15,6 @@ services:
|
|||||||
- ./config/registry/:/etc/registry/
|
- ./config/registry/:/etc/registry/
|
||||||
environment:
|
environment:
|
||||||
- GODEBUG=netdns=cgo
|
- GODEBUG=netdns=cgo
|
||||||
ports:
|
|
||||||
- 5001:5001
|
|
||||||
command:
|
command:
|
||||||
["serve", "/etc/registry/config.yml"]
|
["serve", "/etc/registry/config.yml"]
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user