File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/getting-started/install
versioned_docs/version-2.18/getting-started/install Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
76
76
- --spring.r2dbc.password=openpostgresql
77
77
- --spring.sql.init.platform=postgresql
78
78
# 外部访问地址,请根据实际需要修改
79
- - --halo.external-url=< http://localhost:8090/>
79
+ - --halo.external-url=http://localhost:8090/
80
80
halodb:
81
81
image: postgres:15.4
82
82
restart: on-failure:3
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
76
76
- --spring.r2dbc.password=openpostgresql
77
77
- --spring.sql.init.platform=postgresql
78
78
# 外部访问地址,请根据实际需要修改
79
- - --halo.external-url=< http://localhost:8090/>
79
+ - --halo.external-url=http://localhost:8090/
80
80
halodb:
81
81
image: postgres:15.4
82
82
restart: on-failure:3
You can’t perform that action at this time.
0 commit comments