fix docker run command

This commit is contained in:
Kevin F 2021-10-11 18:45:45 +00:00
parent 7584ad2552
commit a022be36e4

View File

@ -71,7 +71,7 @@ $ node dist/index.js
### Docker ### Docker
``` ```
$ docker run -p 8080:8080 -e -it RIMGU_ADDRESS=0.0.0.0 -e RIMGU_PORT=8080 rimgu:latest $ docker run -p 8080:8080 -e RIMGU_ADDRESS=0.0.0.0 -e RIMGU_PORT=8080 -it rimgu:latest
``` ```
If you decide to run a public instance, consider opening an issue to have it listed here :) If you decide to run a public instance, consider opening an issue to have it listed here :)