Skip to content

Commit

Permalink
docs: update docker run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Oct 23, 2024
1 parent fdb1a8b commit deb34fb
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 @@ -59,7 +59,7 @@ java -jar target/emqx-snowflake-proxy-0.0.0-standalone.jar
```bash
docker build . -t emqx/emqx-snowflake-proxy
docker run -v ./config.edn:/usr/src/app/config.edn emqx/emqx-snowflake-proxy
docker run -v ./config.edn:/opt/proxy/config.edn ghcr.io/emqx/emqx-snowflake-proxy
```
## testing
Expand Down

0 comments on commit deb34fb

Please sign in to comment.