mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 20:26:13 +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/
|
||||
environment:
|
||||
- GODEBUG=netdns=cgo
|
||||
ports:
|
||||
- 5001:5001
|
||||
command:
|
||||
["serve", "/etc/registry/config.yml"]
|
||||
depends_on:
|
||||
|
@ -15,8 +15,6 @@ services:
|
||||
- ./config/registry/:/etc/registry/
|
||||
environment:
|
||||
- GODEBUG=netdns=cgo
|
||||
ports:
|
||||
- 5001:5001
|
||||
command:
|
||||
["serve", "/etc/registry/config.yml"]
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user