更新 部署PostGIS.md

This commit is contained in:
8ga
2026-03-02 13:34:59 +08:00
parent 079128d577
commit 89212a2933

View File

@@ -16,7 +16,10 @@ version: '3.8'
services: services:
# PGSQL # PGSQL
pgsql-gis-16: pgsql-gis-16:
# 不支持全文检索
image: postgis/postgis:16-master image: postgis/postgis:16-master
# 支持全文检索的自编译镜像
#image: pgsql-gis-fts:latest
container_name: pgsql-gis-16 container_name: pgsql-gis-16
ports: ports:
- "35430:5432" # 替换 - "35430:5432" # 替换