update ot-recorder

This commit is contained in:
kev 2022-06-30 14:31:10 +08:00
parent 613a776b58
commit 5cd2c659ae
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ services:
frontend:
image: owntracks/frontend
ports:
- 8080:80
- "8080:80"
environment:
- SERVER_HOST=recorder
- SERVER_PORT=8083

View File

@ -22,7 +22,7 @@ services:
frontend:
image: owntracks/frontend
ports:
- 8080:80
- "8080:80"
environment:
- LISTEN_PORT=80
- SERVER_HOST=recorder