mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-18 22:57:38 +01:00
Merge pull request #161 from xiahaoshawn/master
update registry to 2.4.0
This commit is contained in:
commit
fe0dfb4207
@ -7,14 +7,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 1514:514
|
- 1514:514
|
||||||
registry:
|
registry:
|
||||||
image: library/registry:2.3.0
|
image: library/registry:2.4.0
|
||||||
volumes:
|
volumes:
|
||||||
- /data/registry:/storage
|
- /data/registry:/storage
|
||||||
- ./config/registry/:/etc/registry/
|
- ./config/registry/:/etc/registry/
|
||||||
ports:
|
ports:
|
||||||
- 5001:5001
|
- 5001:5001
|
||||||
command:
|
command:
|
||||||
/etc/registry/config.yml
|
["serve", "/etc/registry/config.yml"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- log
|
- log
|
||||||
logging:
|
logging:
|
||||||
|
Loading…
Reference in New Issue
Block a user