Skip to content

Commit

Permalink
update docker-compose file and set the image source to aliyun
Browse files Browse the repository at this point in the history
  • Loading branch information
lijie3721 committed Jan 21, 2016
1 parent c65869d commit eff36a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crazyeye_docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nginx:
hostname: crazyeye_server
container_name: crazyeye_nginx
image: ubuntu_crazyeye:v3
image: registry.aliyuncs.com/alex3714/crazyeye:v3
ports:
- "8000:8000"
volumes:
Expand All @@ -17,7 +17,7 @@ nginx:
mysql:
hostname: crazyeye_mysql
container_name: crazyeye_mysql
image: ubuntu_crazyeye:v3
image: registry.aliyuncs.com/alex3714/crazyeye:v3
ports:
- "3306:3306"
volumes:
Expand All @@ -29,7 +29,7 @@ mysql:
shellinabox:
hostname: crazyeye_shell
container_name: crazyeye_shellinabox
image: ubuntu_crazyeye:v3
image: registry.aliyuncs.com/alex3714/crazyeye:v3
ports:
- "4200:4200"
- "8022:22"
Expand Down

0 comments on commit eff36a7

Please sign in to comment.