Skip to content

Instantly share code, notes, and snippets.

@jakepage91
Created January 13, 2023 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakepage91/8e4e35702cffb7c1ec34afa44f386581 to your computer and use it in GitHub Desktop.
Save jakepage91/8e4e35702cffb7c1ec34afa44f386581 to your computer and use it in GitHub Desktop.
Docker run command to launch Komiser docker container
docker run -v /local/path/to/config.toml:/etc/config/config.toml -v /local/path/to/credentials:/etc/config/credentials -d -p 3000:3000 --name komiser tailwarden/komiser:3.0.0 komiser start --config /etc/config/config.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment