mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-08 23:58:31 -04:00
Add dumb-init to Docker image
This commit is contained in:
parent
bb85d95a83
commit
6854a56d5f
2 changed files with 4 additions and 4 deletions
|
@ -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...]
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue