change wkzz to wandoubaba

This commit is contained in:
wandoubaba 2023-09-09 10:17:26 +08:00
parent 3d9a0d6c20
commit 13841b5fb1

View File

@ -34,7 +34,7 @@ ENV LANG zh_CN.utf8
使用`docker build`创建自定义镜像(修改自己的前缀):
```sh
docker build -t wkzz/postgres .
docker build -t wandoubaba/postgres .
```
接下来使用`docker images`命令查看本地镜像:
@ -43,7 +43,7 @@ docker build -t wkzz/postgres .
docker images
```
应该可以看到`postgres`和`wkzz/postgres`镜像了。
应该可以看到`postgres`和`wandoubaba/postgres`镜像了。
## 创建编排文件
@ -55,7 +55,7 @@ docker images
version: "3.1"
services:
db:
image: wkzz/postgres
image: wandoubaba/postgres
restart: always
environment:
POSTGRES_PASSWORD: password