1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

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

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

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