chore (dev): make sure to use same PostgreSQL image version with postgresql-client

This commit is contained in:
naskya 2024-03-04 02:31:18 +09:00
parent f90712d624
commit 83056f46ed
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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