forked from AkkomaGang/akkoma
Merge pull request 'Add shm_size to the Database container' (#634) from EpicKitty/akkoma:develop into develop
Reviewed-on: AkkomaGang/akkoma#634
This commit is contained in:
commit
8ae5364886
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ services:
|
||||||
db:
|
db:
|
||||||
image: akkoma-db:latest
|
image: akkoma-db:latest
|
||||||
build: ./docker-resources/database
|
build: ./docker-resources/database
|
||||||
|
shm_size: 4gb
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: ${DOCKER_USER}
|
user: ${DOCKER_USER}
|
||||||
environment: {
|
environment: {
|
||||||
|
|
Loading…
Reference in a new issue