We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c02314 commit fbb54dfCopy full SHA for fbb54df
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
build: .
6
restart: unless-stopped
7
environment:
8
- - API_ADDRESS=127.0.0.1 # Address of this machine
+ - API_ADDRESS=0.0.0.0 # Address of this machine
9
- API_PORT=4445 # Port you wish to use for API
10
- API_KEY= # Auth key you wish to set
11
- OBS_ADDRESS=127.0.0.1 # IP of machine running OBS Studio
0 commit comments