bind photon to 0.0.0.0

This commit is contained in:
Shautvast 2026-03-31 10:06:23 +02:00
parent 82392dd6d2
commit fa1de3dfd0

View file

@ -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: