Skip to content

Commit

Permalink
fix: fix container name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Aug 19, 2024
1 parent a84b7c6 commit 1ab75ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: websocket-chat

services:
websocket-chat:
build: ./
Expand All @@ -8,6 +6,7 @@ services:
- ../client:/usr/src/app/client
networks:
- network
container_name: websocket-chat

networks:
network:
Expand Down

0 comments on commit 1ab75ba

Please sign in to comment.