Add dumb-init to Docker image

This commit is contained in:
Aram 🍐 2021-10-16 13:40:11 -04:00
parent bb85d95a83
commit 6854a56d5f
2 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ the [Releases](https://github.com/aramperes/onetun/releases) page.
You can also run onetun using [Docker](https://hub.docker.com/r/aramperes/onetun):
```shell
docker run --rm --init --name onetun -p 8080:8080 aramperes/onetun \
docker run --rm --name onetun --user 1000 -p 8080:8080 aramperes/onetun \
0.0.0.0:8080 192.168.4.2:8080 [...options...]
```