AURCache Stack: change db image to alpine version

This commit is contained in:
Aroy-Art 2025-08-16 17:44:13 +02:00
parent c5959e1d80
commit 1beacd3d5d
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -23,7 +23,7 @@ services:
restart: unless-stopped
database:
image: postgres:16
image: postgres:16-alpine
volumes:
- ${DB_PATH:-./aurcache/db}:/var/lib/postgresql/data
environment: