Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.Docker.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Using amirdm2mqtt in Docker.
# Using amridm2mqtt in Docker.

If you want to run this under Docker you can do so. A Dockerfile has been provided so you can build your own container.

## Building

Building should be a simple matter:

docker build -t amirdm2mqtt .
docker build -t amridm2mqtt .

## Configuration

Expand All @@ -33,7 +33,7 @@ You may also need to give it access to the network for your mqtt server. If you
docker network create --attachable mqtt
docker network connect mqtt <mosquitto_container>

A comman `docker run` command incorporating the above advice along with a common configuration is provided as an example:
A common `docker run` command incorporating the above advice along with a common configuration is provided as an example:

docker run -it --name amridm2mqtt \
--restart=unless-stopped \
Expand Down