Skip to content

Commit fbb54df

Browse files
authored
Default bind to all interfaces
1 parent 5c02314 commit fbb54df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build: .
66
restart: unless-stopped
77
environment:
8-
- API_ADDRESS=127.0.0.1 # Address of this machine
8+
- API_ADDRESS=0.0.0.0 # Address of this machine
99
- API_PORT=4445 # Port you wish to use for API
1010
- API_KEY= # Auth key you wish to set
1111
- OBS_ADDRESS=127.0.0.1 # IP of machine running OBS Studio

0 commit comments

Comments
 (0)