Skip to content

Commit 16530ac

Browse files
Move back to a Debian-based Postgres image
1 parent a9d2d22 commit 16530ac

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
@@ -39,7 +39,7 @@ services:
3939
- invidious-db
4040

4141
invidious-db:
42-
image: docker.io/library/postgres:14-alpine
42+
image: docker.io/library/postgres:14
4343
restart: unless-stopped
4444
volumes:
4545
- postgresdata:/var/lib/postgresql/data

0 commit comments

Comments
 (0)