Skip to content

Commit

Permalink
Rectify the invalid external URL (#399)
Browse files Browse the repository at this point in the history
Fixes #397 

```release-note
修复错误格式的 External URL 配置
```
  • Loading branch information
JohnNiang committed Aug 16, 2024
1 parent 0dcd978 commit fcdda68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/install/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
- --spring.r2dbc.password=openpostgresql
- --spring.sql.init.platform=postgresql
# 外部访问地址,请根据实际需要修改
- --halo.external-url=<http://localhost:8090/>
- --halo.external-url=http://localhost:8090/
halodb:
image: postgres:15.4
restart: on-failure:3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
- --spring.r2dbc.password=openpostgresql
- --spring.sql.init.platform=postgresql
# 外部访问地址,请根据实际需要修改
- --halo.external-url=<http://localhost:8090/>
- --halo.external-url=http://localhost:8090/
halodb:
image: postgres:15.4
restart: on-failure:3
Expand Down

0 comments on commit fcdda68

Please sign in to comment.