Skip to content

Commit

Permalink
✏️ chore(docker): fixed typo in docker-compose.yaml file (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dementiev27 authored Oct 18, 2022
1 parent c9a598c commit 821a578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ services:
image: eclipse-mosquitto:2
volumes:
- ./config/:/mosquitto/config/:ro
- ./log/:/mosquito/log/
- data:/mosquito/data/
- ./log/:/mosquitto/log/
- data:/mosquitto/data/
ports:
- 1883:1883
- 9001:9001
Expand Down

0 comments on commit 821a578

Please sign in to comment.