Skip to content

Commit

Permalink
Docker listen on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Apr 3, 2024
1 parent 8fada0f commit cadc6e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
restart: unless-stopped
command:
[
"--host",
"0.0.0.0",
"--workers",
"${WORKERS:-1}",
"--timeout-keep-alive",
Expand Down

0 comments on commit cadc6e0

Please sign in to comment.