fix docker run command
This commit is contained in:
parent
7584ad2552
commit
a022be36e4
@ -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 :)
|
||||||
|
Loading…
Reference in New Issue
Block a user