mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Update port configuration in production.yml
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user