refactor: make default port 7345

This commit is contained in:
2024-04-13 12:11:14 +02:00
parent a30e7cbdbf
commit 309af2d162
3 changed files with 3 additions and 3 deletions

View File

@@ -36,5 +36,5 @@ docker build . -t moanos/notfellchen:latest
```
```
docker run -p8000:8345 moanos/notfellchen:latest
docker run -p8000:7345 moanos/notfellchen:latest
```