feat: update configs

This commit is contained in:
Georg K
2023-01-06 06:19:08 +03:00
parent aa3edd84d5
commit e1c4663125
5 changed files with 42 additions and 6 deletions

14
hosted/README.md Normal file
View 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
```