update registry image version in test docker-compose file

This commit is contained in:
yhua 2016-10-26 13:30:02 +08:00
parent 03e2a3ee56
commit 269b6b887a

View File

@ -1,7 +1,7 @@
version: '2' version: '2'
services: services:
registry: registry:
image: library/registry:2.4.0 image: library/registry:2.5.0
restart: always restart: always
volumes: volumes:
- /data/registry:/storage - /data/registry:/storage