mattritchey commited on
Commit
3fbfa7e
1 Parent(s): 07243cf

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +11 -0
Dockerfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ docker run -it \
2
+ -v nominatim-flatnode:/nominatim/flatnode \
3
+ -e PBF_URL=
4
+ https://download.geofabrik.de/north-america/us/ohio-latest.osm.pbf
5
+ \
6
+ -e REPLICATION_URL=
7
+ https://download.geofabrik.de/north-america/us/ohio-updates/
8
+ \
9
+ -p 8080:8080 \
10
+ --name nominatim \
11
+ mediagis/nominatim:4.3