Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Fix docker-compose.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakosta committed Jul 6, 2021
1 parent 256a3c0 commit dd0e103
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ services:
networks:
- eureka-network

websocket-server:
container_name: websocket-server
build:
context: websocket-server
dockerfile: Dockerfile
restart: on-failure
ports:
- "8188:8188"
networks:
- eureka-network

main-service:
container_name: main-service
build:
Expand Down

0 comments on commit dd0e103

Please sign in to comment.