Skip to content
Snippets Groups Projects
Commit fff7fc5a authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed typo in the default docker compose.

parent 5234dc0c
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
ports: ports:
- "8000:8000" - "8000:8000"
#volumes: #volumes:
# - ./services/api-gateway/opt/esap-api-gateway:/opt/opt/esap-api-gateway # - ./services/api-gateway/esap-api-gateway:/opt/opt/esap-api-gateway
gui: gui:
...@@ -34,7 +34,7 @@ services: ...@@ -34,7 +34,7 @@ services:
ports: ports:
- "8001:8001" - "8001:8001"
#volumes: #volumes:
# - ./services/gui/opt/esap-gui:/opt/opt/esap-gui # - ./services/gui/esap-gui:/opt/esap-gui
proxy: proxy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment