Rectify the invalid external URL (#399)

Fixes #397 

```release-note
修复错误格式的 External URL 配置
```
main
John Niang 3 months ago committed by GitHub
parent 0dcd978195
commit fcdda6845e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
- --spring.r2dbc.password=openpostgresql - --spring.r2dbc.password=openpostgresql
- --spring.sql.init.platform=postgresql - --spring.sql.init.platform=postgresql
# 外部访问地址,请根据实际需要修改 # 外部访问地址,请根据实际需要修改
- --halo.external-url=<http://localhost:8090/> - --halo.external-url=http://localhost:8090/
halodb: halodb:
image: postgres:15.4 image: postgres:15.4
restart: on-failure:3 restart: on-failure:3

@ -76,7 +76,7 @@ import DockerRegistryList from "./slots/_docker-registry-list.md"
- --spring.r2dbc.password=openpostgresql - --spring.r2dbc.password=openpostgresql
- --spring.sql.init.platform=postgresql - --spring.sql.init.platform=postgresql
# 外部访问地址,请根据实际需要修改 # 外部访问地址,请根据实际需要修改
- --halo.external-url=<http://localhost:8090/> - --halo.external-url=http://localhost:8090/
halodb: halodb:
image: postgres:15.4 image: postgres:15.4
restart: on-failure:3 restart: on-failure:3

Loading…
Cancel
Save