move dev ports

This commit is contained in:
2023-01-13 19:36:26 +01:00
parent fe5ce580ab
commit 436ae2a7e5
12 changed files with 107 additions and 96 deletions

View File

@@ -91,7 +91,7 @@ services:
# Size limit for a single note.
SIZE_LIMIT: 4 MiB
ports:
- 80:5000
- 80:8000
```
### NGINX Proxy
@@ -138,9 +138,6 @@ cargo install cargo-watch
Make sure you have docker running.
> If you are on `macOS` you might need to disable AirPlay Receiver as it uses port 5000 (So stupid...)
> https://developer.apple.com/forums/thread/682332
```bash
pnpm run dev
```