Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #347

Merged
merged 1 commit into from
Jun 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `postgis/postgis` image provides tags for running Postgres with [PostGIS](ht

This image ensures that the default database created by the parent `postgres` image will have the following extensions installed:

| installed extensions | [initializated](https://github.com/postgis/docker-postgis/blob/master/initdb-postgis.sh)|
| installed extensions | [initialized](https://github.com/postgis/docker-postgis/blob/master/initdb-postgis.sh)|
|---------------------|-----|
| `postgis` | yes |
| `postgis_topology` | yes |
Expand All @@ -18,13 +18,13 @@ This image ensures that the default database created by the parent `postgres` im

Unless `-e POSTGRES_DB` is passed to the container at startup time, this database will be named after the admin user (either `postgres` or the user specified with `-e POSTGRES_USER`). If you would prefer to use the older template database mechanism for enabling PostGIS, the image also provides a PostGIS-enabled template database called `template_postgis`.

# Versions ( 2023-05-31 )
# Versions (2023-05-31)

Supported architecture: `amd64`

Recomended version for the new users: `postgis/postgis:15-3.3`
Recommended version for new users: `postgis/postgis:15-3.3`

### Debian based ( recomended )
### Debian based (recommended)

* This Docker-PostGIS version has a cautious release cycle to guarantee high stability.
* By "cautious", we mean it does not always have the latest versions of geos, proj, gdal, and sfcgal packages.
Expand Down