mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-08 16:02:15 +01:00
Merge pull request #809 from reasonerjt/master
Do not expose 5001 on registry container.
This commit is contained in:
commit
4e52b13ea9
@ -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