Skip to content

Commit

Permalink
Merge pull request #37 from peter-evans/update-nominatim
Browse files Browse the repository at this point in the history
Update nominatim to version 3.5.2
  • Loading branch information
peter-evans authored Sep 28, 2020
2 parents f164e34 + 83e985a commit a97db60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG nominatim_version=3.5.1
ARG nominatim_version=3.5.2

FROM peterevans/xenial-gcloud:1.2.23 as builder

Expand Down Expand Up @@ -72,6 +72,7 @@ RUN apt-get -y update \
php \
php-pgsql \
libapache2-mod-php \
libboost-filesystem-dev \
php-pear \
php-db \
php-intl \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This Docker image and sample Kubernetes configuration files are one solution to

## Supported tags and respective `Dockerfile` links

- [`2.6.1`, `2.6`, `latest`, `2.6.1-nominatim3.5.1`, `2.6-nominatim3.5.1`, `latest-nominatim3.5.1` (*2.6/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.6.1)
- [`2.6.2`, `2.6`, `latest`, `2.6.2-nominatim3.5.2`, `2.6-nominatim3.5.2`, `latest-nominatim3.5.2` (*2.6/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.6.2)
- [`2.6.1`, `2.6.1-nominatim3.5.1`, `2.6-nominatim3.5.1`, `latest-nominatim3.5.1` (*2.6/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.6.1)
- [`2.6.0`, `2.6.0-nominatim3.5.0`, `2.6-nominatim3.5.0`, `latest-nominatim3.5.0` (*2.6/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.6.0)
- [`2.5.4`, `2.5`, `2.5.4-nominatim3.4.2`, `2.5-nominatim3.4.2`, `latest-nominatim3.4.2` (*2.5/Dockerfile*)](https://github.com/peter-evans/nominatim-docker/tree/v2.5.4)

Expand Down
2 changes: 1 addition & 1 deletion nominatim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Listen 8080
DocumentRoot /srv/nominatim/build/website
CustomLog /var/log/apache2/access.log combined
ErrorLog /var/log/apache2/error.log
LogLevel debug
LogLevel warn
<Directory /srv/nominatim/build/website>
Options FollowSymLinks MultiViews
DirectoryIndex search.php
Expand Down

0 comments on commit a97db60

Please sign in to comment.