kopia lustrzana https://github.com/kartoza/docker-postgis
Merge remote-tracking branch 'upstream/develop' into develop
commit
f811fe4eb8
|
@ -139,7 +139,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.5
|
||||
```
|
||||
|
||||
|
||||
|
|
2
build.sh
2
build.sh
|
@ -1 +1 @@
|
|||
docker build -t kartoza/postgis .
|
||||
docker build -t kartoza/postgis:9.5-2.2 .
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[program:postgres]
|
||||
user=root
|
||||
command=/start-postgis.sh
|
||||
autorestart=true
|
||||
stopsignal=INT
|
Ładowanie…
Reference in New Issue