mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Attempt to increase shared memory size on postgres
This commit is contained in:
@@ -19,6 +19,7 @@ services:
|
||||
|
||||
db:
|
||||
image: postgres:16
|
||||
shm_size: '2gb'
|
||||
volumes:
|
||||
- harbor_postgres_data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user