Skip to content

Commit 385fe4b

Browse files
Move to an Alpine-based Postgres image
1 parent 7ec8874 commit 385fe4b

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
@@ -34,7 +34,7 @@ services:
3434
- invidious-postgres
3535

3636
invidious-postgres:
37-
image: postgres:14
37+
image: postgres:14-alpine
3838
restart: unless-stopped
3939
volumes:
4040
- postgresdata:/var/lib/postgresql/data

0 commit comments

Comments
 (0)