Skip to content

Commit

Permalink
Use better names for containers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao committed Nov 7, 2022
1 parent 8f17cb8 commit c0539c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server: # docker compose run --no-TTY -p 8080:8080 server
image: server
image: demo-server
build:
context: .
target: server
Expand All @@ -10,7 +10,7 @@ services:
ports:
- 8080:8080
client: # docker compose run --no-TTY client
image: client
image: demo-client
build:
context: .
target: client
Expand Down

0 comments on commit c0539c9

Please sign in to comment.