更新 部署PostGIS.md

This commit is contained in:
8ga
2026-03-02 13:33:10 +08:00
parent cd83e76df3
commit 4bfd1e3520

View File

@@ -71,6 +71,8 @@ services:
git clone https://github.com/amutu/zhparser.git git clone https://github.com/amutu/zhparser.git
``` ```
## Dockerfile
```bash ```bash
FROM postgis/postgis:16-master FROM postgis/postgis:16-master
@@ -110,6 +112,8 @@ RUN rm -rf /tmp/*
WORKDIR / WORKDIR /
``` ```
## 自行编译
```bash ```bash
docker build -t pgsql-gis-fts . docker build -t pgsql-gis-fts .
``` ```