Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.Docker.md #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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