mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-29 10:06:57 +00:00
suggest using a recent postgres image with pgroonga
This commit is contained in:
parent
c6cabb8c75
commit
86ac57e76e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:15-alpine
|
image: groonga/pgroonga:4.0.1-alpine-17
|
||||||
networks:
|
networks:
|
||||||
- shonk
|
- shonk
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue