Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Refactor: Update PROXY_URL default value in docker-compose.yml - Fix: #…
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeDrive committed Oct 2, 2024
1 parent a94b17f commit 73583c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
PG_USER: ${POSTGRES_USER:-stremio}
PG_PASS: ${POSTGRES_PASSWORD:-stremio}
USE_HTTPS: ${USE_HTTPS:-True}
PROXY_URL: ${PROXY_URL:-'http://warp:1080'}
PROXY_URL: ${PROXY_URL:-http://warp:1080}
TZ: ${TZ:-Europe/London}
expose:
- 8080
Expand Down

0 comments on commit 73583c5

Please sign in to comment.