Skip to content

Commit

Permalink
Update overpass start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 3, 2024
1 parent 3206f25 commit 64ed9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/overpass-api/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ done
function startAPIServer(){
envsubst '${OVERPASS_MAX_TIMEOUT}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
echo "Starting supervisord process"
/app/bin/dispatcher --osm-base --db-dir=/db/db/ --${OVERPASS_META} &
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
}

Expand Down

0 comments on commit 64ed9c8

Please sign in to comment.