Chang docker image in offline read

pull/221/head
khs1994 2017-11-22 10:10:36 +08:00
parent 4139271563
commit 813e601bc1
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ $ git clone --depth=1 https://github.com/yeasy/docker_practice.git
$ cd docker_practice
$ docker-compose pull
$ docker-compose pull # 如果您位于国外,这一步请改为 docker-compose build
$ docker-compose up
```

View File

@ -3,7 +3,7 @@ services:
docker_practice:
build: ./.travis
image: yeasy/docker_practice:latest
image: ccr.ccs.tencentyun.com/docker_practice/docker_practice:latest
ports:
- 4000:4000
volumes: