Browse Source

Add POSTGIS_VERSION argument

Valentino Lauciani 3 năm trước cách đây
mục cha
commit
2efec41e55
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -625,7 +625,7 @@ services:
       build:
         context: ./postgres-postgis
         args:
-          - POSTGRES_VERSION=${POSTGRES_VERSION}   
+          - POSTGIS_VERSION=${POSTGIS_VERSION}   
           - INSTALL_PGSQL_HTTP_FOR_POSTGIS13=${POSTGIS_INSTALL_PGSQL_HTTP_FOR_POSTGIS13}
       volumes:
         - ${DATA_PATH_HOST}/postgres:/var/lib/postgresql/data