Skip to content

Commit

Permalink
Update docker run command
Browse files Browse the repository at this point in the history
Docker command uses an obsolete container, and path to configuration folder has changed.
  • Loading branch information
ScratMan authored and Minims committed Nov 6, 2022
1 parent 6c734dc commit 08967d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Then all Devices will appaears in MQTT integration

### Easy Mode (Running in Docker Container)

Add docker container `docker run -v <PATH-TO-CONFIG-FOLDER>:/usr/src/SomfyProtect2MQTT/somfyProtect2Mqtt/config treynaer/somfyprotect2mqtt`
Add docker container `docker run -v <PATH-TO-CONFIG-FOLDER>:/config minims/somfyprotect2mqtt`

Add config to `<PATH-TO-CONFIG-FOLDER>`

Expand Down

0 comments on commit 08967d4

Please sign in to comment.