Skip to content

Commit

Permalink
Merge pull request #60 from headwaymaps/fix_nginx_mount
Browse files Browse the repository at this point in the history
Add volume mount back to the nginx docker compose entry
ellenhp authored Jun 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 6ca45b3 + ce69812 commit 6f8d8d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -50,3 +50,5 @@ services:
HEADWAY_TILESERVER_URL: http://mbtileserver:8000
ports:
- "8080:8080"
volumes:
- "./data/:/data/:ro"

0 comments on commit 6f8d8d0

Please sign in to comment.