fixup! update docker image
This commit is contained in:
parent
7f071473b9
commit
6dbc02af9a
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ services:
|
|||
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:15-alpine
|
||||
image: l1drm/postgres-pgroonga:alpine-15-znver4
|
||||
ports:
|
||||
- "5432:5432"
|
||||
env_file:
|
||||
|
|
|
@ -62,7 +62,7 @@ services:
|
|||
|
||||
db:
|
||||
restart: always
|
||||
image: l1drm/postgres-pgroonga:alpine-17-znver4
|
||||
image: l1drm/postgres-pgroonga:alpine-15-znver4
|
||||
user: "${MISSKEY_UID}:${MISSKEY_GID}"
|
||||
networks:
|
||||
- internal_network
|
||||
|
|
Loading…
Reference in a new issue