Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ramchaik committed Jun 23, 2024
1 parent 27ca1eb commit 192c357
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ services:
container_name: load-balancer
ports:
- "80:80"
command:
[
"./lb",
"--port",
"80",
"--services",
"http://srv1:80,http://srv2:80,http://srv3:80",
"--file",
"config.yaml",
]
command: ["./lb", "-file", "config.yaml"]
srv1:
image: strm/helloworld-http
srv2:
Expand Down

0 comments on commit 192c357

Please sign in to comment.