Skip to content

Commit dfcaed9

Browse files
Enforce the source of the image (mostly for Podman compatibility)
1 parent 5e3fcad commit dfcaed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- invidious-db
3636

3737
invidious-db:
38-
image: postgres:14-alpine
38+
image: docker.io/library/postgres:14-alpine
3939
restart: unless-stopped
4040
volumes:
4141
- postgresdata:/var/lib/postgresql/data

0 commit comments

Comments
 (0)