File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN addgroup -g 1000 -S invidious && \
4242 adduser -u 1000 -S invidious -G invidious
4343COPY --chown=invidious ./config/config.* ./config/
4444RUN mv -n config/config.example.yml config/config.yml
45- RUN sed -i 's/host: \( 127.0.0.1\| localhost\) /host: postgres /' config/config.yml
45+ RUN sed -i 's/host: \( 127.0.0.1\| localhost\) /host: invidious-db /' config/config.yml
4646COPY ./config/sql/ ./config/sql/
4747COPY ./locales/ ./locales/
4848COPY --from=builder /invidious/assets ./assets/
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN addgroup -g 1000 -S invidious && \
4141 adduser -u 1000 -S invidious -G invidious
4242COPY --chown=invidious ./config/config.* ./config/
4343RUN mv -n config/config.example.yml config/config.yml
44- RUN sed -i 's/host: \(127.0.0.1\|localhost\)/host: postgres /' config/config.yml
44+ RUN sed -i 's/host: \(127.0.0.1\|localhost\)/host: invidious-db /' config/config.yml
4545COPY ./config/sql/ ./config/sql/
4646COPY ./locales/ ./locales/
4747COPY --from=builder /invidious/assets ./assets/
You can’t perform that action at this time.
0 commit comments