mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-05 15:38:20 +01:00
update registry to 2.4.0
This commit is contained in:
parent
7787cbad8d
commit
8f1c74e086
@ -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