mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-11 08:33:39 +00:00
update incorrect flag in docker
This commit is contained in:
@@ -4,14 +4,14 @@ sidebar:
|
||||
order: 2
|
||||
---
|
||||
|
||||
import { Steps, Code } from "@astrojs/starlight/components";
|
||||
import { Code, Steps } from "@astrojs/starlight/components";
|
||||
|
||||
<Steps>
|
||||
|
||||
1. create a config file (see [config](/concepts/config/))
|
||||
|
||||
2. run
|
||||
- <Code code="docker run -it -v/path/to/config.yaml:/app/config.yaml jwetzell/showbridge:latest --debug" />
|
||||
- <Code code="docker run -it -v/path/to/config.yaml:/app/config.yaml jwetzell/showbridge:latest" />
|
||||
|
||||
- see [CLI Usage](/guides/cli-usage) for more detail on flags
|
||||
- see [Docker docs](https://docs.docker.com/) for how to use docker
|
||||
|
||||
Reference in New Issue
Block a user