Update README.md

This commit is contained in:
René Moser 2021-04-14 10:30:20 +02:00 committed by GitHub
parent 966ce66e32
commit 6d7b7b8e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -30,18 +30,19 @@ See https://github.com/resmo/nip.io/blob/master/src/backend.conf.example for an
### As Docker Container
#### Build the Image:
#### Run the Container from DcokerHub:
```bash
docker run -d -p 0.0.0.0:53:53/tcp -p 0.0.0.0:53:53/udp -v /data/backend.conf:/usr/local/bin/backend.conf --name nip.io resmo/nip-io
```
#### Or Build the Image:
```bash
docker build -t nip.io .
```
#### Run the Container:
```bash
docker run -d -p 0.0.0.0:53:53/tcp -p 0.0.0.0:53:53/udp -v /data/backend.conf:/usr/local/bin/backend.conf --name nip.io nip.io
```
#### See the Logs:
```bash