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
|
- dislocker_network
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:alpine3.20
|
image: postgres:16-alpine3.20
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Tokyo
|
- TZ=Asia/Tokyo
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:alpine3.20
|
image: postgres:16-alpine3.20
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Tokyo
|
- TZ=Asia/Tokyo
|
||||||
|
|
Loading…
Reference in a new issue