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} image: furyhawk/osrm-backend:${OSRM_VERSION:-latest}
container_name: osrm_backend container_name: osrm_backend
restart: always restart: always
ports: expose:
- ${OSRM_PORT:-5000}:${OSRM_PORT:-5000} - ${OSRM_PORT:-5000}
networks: networks:
- net - net
- default - default