Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 11, 2024
1 parent e84cd34 commit c4de1f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ RUN true \
# Clear temporary files and directories.
&& rm -rf \
/tmp/* \
/var/tmp/*
/var/tmp/* \
&& pip cache purge

# Postgres config overrides to improve import performance (but reduce crash recovery safety)
COPY conf.d/postgres-import.conf /etc/postgresql/16/main/conf.d/postgres-import.conf.disabled
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ See relevant installation and usage instructions for each version in the ```<ver

# Supported Nominatim versions #

- [`4.5.0`, `4.5`](https://github.com/mediagis/nominatim-docker/tree/master/4.5)
- [`4.4.1`, `4.4`](https://github.com/mediagis/nominatim-docker/tree/master/4.4)
- [`4.3.2`, `4.3`](https://github.com/mediagis/nominatim-docker/tree/master/4.3)

# Deprecated Nominatim versions #

- [`4.3.2`, `4.3`](https://github.com/mediagis/nominatim-docker/tree/master/4.3)
- [`4.2.4`, `4.2`](https://github.com/mediagis/nominatim-docker/tree/master/4.2)
- [`4.1.2`, `4.1`](https://github.com/mediagis/nominatim-docker/tree/master/4.1)
- [`4.0.2`, `4.0`](https://github.com/mediagis/nominatim-docker/tree/master/4.0)
Expand Down

0 comments on commit c4de1f0

Please sign in to comment.