Update docker-compose.yml

This commit is contained in:
Alan Peng
2018-05-10 18:57:52 +08:00
committed by GitHub
parent d9b92a7e3c
commit 2147076489
+2 -2
View File
@@ -23,12 +23,12 @@ services:
network_mode: "service:deploy"
playbook:
container_name: deploy-playbook
image: wise2c/playbook:v0.4
image: wise2c/playbook:v1.9.7
volumes:
- playbook:/workspace
yum-repo:
container_name: deploy-yumrepo
image: wise2c/yum-repo:7.4
image: wise2c/yum-repo:1.9.7
ports:
- 2009:2009
restart: always