Skip to content

Commit fcdda68

Browse files
authored
Rectify the invalid external URL (#399)
Fixes #397 ```release-note 修复错误格式的 External URL 配置 ```
1 parent 0dcd978 commit fcdda68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/install/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
7676
- --spring.r2dbc.password=openpostgresql
7777
- --spring.sql.init.platform=postgresql
7878
# 外部访问地址,请根据实际需要修改
79-
- --halo.external-url=<http://localhost:8090/>
79+
- --halo.external-url=http://localhost:8090/
8080
halodb:
8181
image: postgres:15.4
8282
restart: on-failure:3

versioned_docs/version-2.18/getting-started/install/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
7676
- --spring.r2dbc.password=openpostgresql
7777
- --spring.sql.init.platform=postgresql
7878
# 外部访问地址,请根据实际需要修改
79-
- --halo.external-url=<http://localhost:8090/>
79+
- --halo.external-url=http://localhost:8090/
8080
halodb:
8181
image: postgres:15.4
8282
restart: on-failure:3

0 commit comments

Comments
 (0)