mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-16 15:16:05 +00:00
Rectify the invalid external URL (#399)
Fixes #397 ```release-note 修复错误格式的 External URL 配置 ```
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user