bind photon to 0.0.0.0
This commit is contained in:
parent
82392dd6d2
commit
fa1de3dfd0
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ services:
|
||||||
- "2322:2322"
|
- "2322:2322"
|
||||||
volumes:
|
volumes:
|
||||||
- ../data/photon:/photon/photon_data
|
- ../data/photon:/photon/photon_data
|
||||||
command: ["-data-dir", "/photon/photon_data"]
|
command: ["-listen-ip", "0.0.0.0", "-data-dir", "/photon/photon_data"]
|
||||||
|
|
||||||
osrm-driving:
|
osrm-driving:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue