kopia lustrzana https://github.com/kartoza/docker-postgis
Updated references to pg and postgis versions in readme
rodzic
9285e832a3
commit
f61915da99
|
@ -30,7 +30,7 @@ kartoza/postgis:[postgres_version]-[postgis-version]
|
|||
|
||||
So for example:
|
||||
|
||||
``kartoza/postgis:9.4-2.1`` Provides PostgreSQL 9.4, PostGIS 2.1
|
||||
``kartoza/postgis:9.5-2.2`` Provides PostgreSQL 9.5, PostGIS 2.2
|
||||
|
||||
**Note:** We highly recommend that you use tagged versions because
|
||||
successive minor versions of PostgreSQL write their database clusters
|
||||
|
@ -131,7 +131,7 @@ You can then go on to use any normal postgresql commands against the container.
|
|||
Under ubuntu 14.04 the postgresql client can be installed like this:
|
||||
|
||||
```
|
||||
sudo apt-get install postgresql-client-9.3
|
||||
sudo apt-get install postgresql-client-9.4
|
||||
```
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue