feat: update configs
This commit is contained in:
14
hosted/README.md
Normal file
14
hosted/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# hosted
|
||||
|
||||
to test
|
||||
|
||||
build
|
||||
```bash
|
||||
docker build . -t hosted:test -f Dockerfile
|
||||
```
|
||||
|
||||
run
|
||||
|
||||
```bash
|
||||
docker run -ti -p 1812:1812/UDP -p 1813:1813/UDP hosted:test /bin/bash
|
||||
```
|
||||
Reference in New Issue
Block a user