Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
Temporarily use master branch docker images for API
Browse files Browse the repository at this point in the history
support for the libpostal service has not yet been merged to production,
so we need this for now. It should be removed once libpostal support is
stable
  • Loading branch information
orangejulius committed Feb 28, 2018
1 parent 96da558 commit 11de864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- "./pelias.json:/code/pelias.json"
api:
depends_on: [ "baseimage" ]
image: pelias/api
image: pelias/api:master
container_name: pelias_api
restart: always
environment: [ "PORT=4000" ]
Expand Down

0 comments on commit 11de864

Please sign in to comment.