PostgreSQLのバージョンを16に固定
This commit is contained in:
parent
6e7b59de65
commit
2d963de60f
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ services:
|
|||
- dislocker_network
|
||||
|
||||
db:
|
||||
image: postgres:alpine3.20
|
||||
image: postgres:16-alpine3.20
|
||||
restart: always
|
||||
environment:
|
||||
- TZ=Asia/Tokyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
db:
|
||||
image: postgres:alpine3.20
|
||||
image: postgres:16-alpine3.20
|
||||
restart: always
|
||||
environment:
|
||||
- TZ=Asia/Tokyo
|
||||
|
|
Loading…
Reference in a new issue