PostgreSQLのバージョンを16に固定

This commit is contained in:
suti7yk5032 2024-10-03 21:33:43 +09:00
parent 6e7b59de65
commit 2d963de60f
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ services:
- dislocker_network
db:
image: postgres:alpine3.20
image: postgres:16-alpine3.20
restart: always
environment:
- TZ=Asia/Tokyo

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:alpine3.20
image: postgres:16-alpine3.20
restart: always
environment:
- TZ=Asia/Tokyo