更新 部署PostGIS.md
This commit is contained in:
@@ -16,7 +16,10 @@ version: '3.8'
|
||||
services:
|
||||
# PGSQL
|
||||
pgsql-gis-16:
|
||||
# 不支持全文检索
|
||||
image: postgis/postgis:16-master
|
||||
# 支持全文检索的自编译镜像
|
||||
#image: pgsql-gis-fts:latest
|
||||
container_name: pgsql-gis-16
|
||||
ports:
|
||||
- "35430:5432" # 替换
|
||||
|
||||
Reference in New Issue
Block a user