Commit fff7fc5a authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed typo in the default docker compose.

parent 5234dc0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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:
    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: