Merge pull request #161 from xiahaoshawn/master

update registry to 2.4.0
This commit is contained in:
Daniel Jiang 2016-04-26 15:07:55 +08:00
commit fe0dfb4207

View File

@ -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: