Skip to content

Commit

Permalink
[Auto] Update docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Dec 13, 2023
1 parent a19fa5e commit 2d98180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/static/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ services:
# '*': to trust any proxy
# A comma separated IP list: The list of proxies IP to trust
- TRUSTED_PROXIES=null
# Proxy for outgoing requests like new releases detection or logo fetching.
# You can provide a proxy URL that contains a scheme, username, and password.
# For example, "http://username:password@192.168.16.1:10".
- PROXY_FOR_OUTGOING_REQUESTS=null
# Leave the following configuration vars as is.
# Unless you like to tinker and know what you're doing.
- BROADCAST_DRIVER=log
Expand Down

0 comments on commit 2d98180

Please sign in to comment.