Skip to content

Commit 35ed5db

Browse files
authored
Update deploy-with-docker-compose.md (#274)
Signed-off-by: li-guohao <46225881+li-guohao@users.noreply.github.com> Signed-off-by: li-guohao <46225881+li-guohao@users.noreply.github.com>
1 parent acadbbc commit 35ed5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deploy/deploy-with-docker-compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
目前**仅供体验**功能,**不推荐使用在生产环境下(正式使用)**
77

88
# 文档适用范围
9-
当前只适用于[DockerHub Ikaros Tags](https://hub.docker.com/r/ikarosrun/ikaros/tags)`dev`的镜像,旧的tag暂时不适用
9+
当前只适用于[DockerHub Ikaros Tags](https://hub.docker.com/r/ikarosrun/ikaros/tags)`v0.1.0`的镜像,旧的tag暂时不适用
1010

1111
# 根目录
1212

@@ -28,7 +28,7 @@
2828
```shell
2929
export IKAROS_APP_DIR=/opt/ikaros
3030
export IKAROS_DB_PASSWORD=openpostgresql
31-
export IKAROS_DOCKER_TAG=v0.1.0-rc.2
31+
export IKAROS_DOCKER_TAG=v0.1.0
3232
export IKAROS_APP_URL_PREFIX=http://localhost:50000
3333
export IKAROS_APP_IMPORT_DIR=/share/storage/ikaros
3434
```

0 commit comments

Comments
 (0)