mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Enforce the source of the image (mostly for Podman compatibility)
This commit is contained in:
parent
5e3fcad1fb
commit
dfcaed93ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue