AURCache Stack: change db image to alpine version
This commit is contained in:
parent
c5959e1d80
commit
1beacd3d5d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:16
|
image: postgres:16-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_PATH:-./aurcache/db}:/var/lib/postgresql/data
|
- ${DB_PATH:-./aurcache/db}:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue