Update port configuration in production.yml

This commit is contained in:
2024-02-28 15:33:59 +08:00
parent 235e278cac
commit 82521f19ae
+2 -2
View File
@@ -30,8 +30,8 @@ services:
image: furyhawk/osrm-backend:${OSRM_VERSION:-latest}
container_name: osrm_backend
restart: always
ports:
- ${OSRM_PORT:-5000}:${OSRM_PORT:-5000}
expose:
- ${OSRM_PORT:-5000}
networks:
- net
- default