You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# SET this value IF you are using a reverse proxy OR accessing invidious from an external IP.
100
107
# Please consult for more doc: https://github.com/iv-org/invidious-companion/wiki/Environment-variables
101
108
# - SERVER_BASE_URL=http://localhost:8282
102
109
restart: unless-stopped
110
+
# Remove "127.0.0.1:" if used from an external IP
103
111
ports:
104
112
- "127.0.0.1:8282:8282"
105
113
logging:
@@ -136,7 +144,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
136
144
137
145
Note: This compose is made for a true"production" setup, where Invidious is behind a reverse proxy. If you prefer to directly access Invidious, replace `127.0.0.1:3000:3000` with `3000:3000` under the `ports:` section.
0 commit comments