fixup! update docker image

This commit is contained in:
ゆめ 2024-11-06 18:27:55 -06:00
parent 7f071473b9
commit 6dbc02af9a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ services:
db: db:
restart: always restart: always
image: postgres:15-alpine image: l1drm/postgres-pgroonga:alpine-15-znver4
ports: ports:
- "5432:5432" - "5432:5432"
env_file: env_file:

View file

@ -62,7 +62,7 @@ services:
db: db:
restart: always restart: always
image: l1drm/postgres-pgroonga:alpine-17-znver4 image: l1drm/postgres-pgroonga:alpine-15-znver4
user: "${MISSKEY_UID}:${MISSKEY_GID}" user: "${MISSKEY_UID}:${MISSKEY_GID}"
networks: networks:
- internal_network - internal_network