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:
|
||||
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
|
||||
networks:
|
||||
- firefishnet
|
||||
|
|
Loading…
Reference in a new issue