Merge pull request #15049 from wy65701436/pg-shm

set shm size of postgres
This commit is contained in:
Daniel Jiang 2021-06-03 13:12:28 +08:00 committed by GitHub
commit 10634f3ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,6 +144,7 @@ services:
options:
syslog-address: "tcp://127.0.0.1:1514"
tag: "postgresql"
shm_size: '1gb'
{% endif %}
core:
image: goharbor/harbor-core:{{version}}