From 079128d577874ab7503b1e648d62ed42861dfdcb Mon Sep 17 00:00:00 2001 From: 8ga Date: Mon, 2 Mar 2026 13:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=83=A8=E7=BD=B2PostGIS.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 部署PostGIS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/部署PostGIS.md b/部署PostGIS.md index b524a1a..f3e16e8 100644 --- a/部署PostGIS.md +++ b/部署PostGIS.md @@ -112,7 +112,7 @@ RUN rm -rf /tmp/* WORKDIR / ``` -## 自行编译 +## 编译 ```bash docker build -t pgsql-gis-fts .