Fix Postgres default values in README

pull/20/head
Lukas Martinelli 2015-09-26 20:13:27 +02:00
rodzic 20f978d661
commit 95c308b297
1 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -32,21 +32,21 @@ docker run --name postgis \
You can configure the database settings via environment variables.
| Env | Default | Description |
|----------------|---------|-------------------------|
| `OSM_DB` | osm | Database name |
| `OSM_USER` | osm | Database owner |
| `OSM_PASSWORD` | osm | Database owner password |
| Env | Default | Description |
|----------------|-----------|-------------------------|
| `OSM_DB` | `osm` | Database name |
| `OSM_USER` | `osm` | Database owner |
| `OSM_PASSWORD` | `osm` | Database owner password |
More configuration options are supported through the
[official Postgres Docker image](https://hub.docker.com/_/postgres/) and
the [mdillon/postgis](https://hub.docker.com/r/mdillon/postgis/) image.
| Env | Default | Description |
|---------------------|---------|----------------------------|
| `POSTGRES_USER` | osm | Database admin |
| `POSTGRES_PASSWORD` | osm | Database admin password |
| `PGDATA` | osm | Location of database files |
| Env | Default | Description |
|---------------------|----------------------------|----------------------------|
| `POSTGRES_USER` | `postgres` | Database admin |
| `POSTGRES_PASSWORD` | no password | Database admin password |
| `PGDATA` | `/var/lib/postgresql/data` | Location of database files |
## Run the Imposm Import