replace docker store with docker hub

This commit is contained in:
khs1994
2018-12-14 19:08:14 +08:00
parent 3b798d1e64
commit a50641d973
15 changed files with 24 additions and 26 deletions

View File

@@ -84,7 +84,7 @@ DATABASES = {
}
```
这些信息是在 [postgres](https://store.docker.com/images/postgres/) 镜像固定设置好的。然后,运行 `docker-compose up`
这些信息是在 [postgres](https://hub.docker.com/_/postgres/) 镜像固定设置好的。然后,运行 `docker-compose up`
```bash
$ docker-compose up