Change safetwitch API port from 5071 to 5072.

This commit is contained in:
2023-10-22 17:54:46 +01:00
parent 5062f718d4
commit 5ae2d23316
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ services:
backend:
image: codeberg.org/dragongoose/safetwitch-backend
ports:
- "5071:7000"
- "5072:7000"
# Something is using 5071, so I went ahead and changed it to 5072.
environment:
- PORT=7000
- URL=https://api.safetwitch.{{server_prefix}}.projectsegfau.lt