increase the postgres container shm_size from 64mb to 256mb (#13451)

このコミットが含まれているのは:
Matej Ľach 2020-04-12 15:41:54 +01:00 committed by GitHub
コミット 490ff09c5a
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -4,6 +4,7 @@ services:
db:
restart: always
image: postgres:9.6-alpine
shm_size: 256mb
networks:
- internal_network
healthcheck: