From dfcaed93eaf5afc91dec3b2f89cda841aefadbd0 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Tue, 22 Feb 2022 15:40:11 +0100 Subject: [PATCH] Enforce the source of the image (mostly for Podman compatibility) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 38ee0a96..321920bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: - invidious-db invidious-db: - image: postgres:14-alpine + image: docker.io/library/postgres:14-alpine restart: unless-stopped volumes: - postgresdata:/var/lib/postgresql/data