Skip to content

Commit 3ba89d8

Browse files
committed
remove broker from docker-compose
1 parent 93537bd commit 3ba89d8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ If you would like to install *mqtt_client* from source, simply clone this reposi
3636
rosdep install -r --ignore-src --from-paths .
3737
```
3838

39-
Alternatively, you can directly run the *mqtt_client* and the *mosquitto* MQTT broker in two Docker containers.
39+
Alternatively, you can directly run the *mqtt_client* in a Docker container.
4040

4141
```bash
4242
# mqtt_client/docker$
43-
docker compose up broker run
43+
docker compose up run
4444
```
4545

4646
## Usage

docker/docker-compose.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ services:
2727
build:
2828
target: run
2929
<<: *build
30-
broker:
31-
network_mode: "host"
32-
image: eclipse-mosquitto

0 commit comments

Comments
 (0)