Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed docker command
  • Loading branch information
Clon1998 authored Sep 7, 2024
1 parent ff0d7d7 commit 0d55b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Run the Companion in a Docker container by creating a `mobileraker.conf` file an

```
docker run -d \
--name mobileraker_companion
-v /path/to/mobileraker.conf:/opt/printer_data/config/mobileraker.conf
--name mobileraker_companion \
-v /path/to/mobileraker.conf:/opt/printer_data/config/mobileraker.conf \
ghcr.io/clon1998/mobileraker_companion:latest
```

Expand Down

0 comments on commit 0d55b8b

Please sign in to comment.