Update README.md

This commit is contained in:
Mateusz Kaczanowski 2020-08-04 00:12:06 +02:00 committed by GitHub
parent 5361b12908
commit db545d8997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ cargo run
### Docker
```
docker pull mkaczanowski/pastebin:latest
docker run mkaczanowski/pastebin --address localhost --port 8000
docker run --network host mkaczanowski/pastebin --address localhost --port 8000
```
### Client