chore (dev): make sure to use same PostgreSQL image version with postgresql-client
This commit is contained in:
parent
f90712d624
commit
83056f46ed
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: docker.io/groonga/pgroonga:latest-alpine-16-slim
|
image: docker.io/groonga/pgroonga:latest-alpine-15-slim
|
||||||
container_name: firefish_db
|
container_name: firefish_db
|
||||||
networks:
|
networks:
|
||||||
- firefishnet
|
- firefishnet
|
||||||
|
|
Loading…
Reference in a new issue