1
0
mirror of https://gitea.invidious.io/iv-org/invidious synced 2025-03-08 22:17:38 +01:00

Enforce the source of the image (mostly for Podman compatibility)

This commit is contained in:
TheFrenchGhosty 2022-02-22 15:40:11 +01:00
parent 5e3fcad1fb
commit dfcaed93ea

@ -35,7 +35,7 @@ services:
- invidious-db - invidious-db
invidious-db: invidious-db:
image: postgres:14-alpine image: docker.io/library/postgres:14-alpine
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- postgresdata:/var/lib/postgresql/data - postgresdata:/var/lib/postgresql/data