Add shm_size to the Database container #634

Merged
floatingghost merged 1 commit from EpicKitty/akkoma:develop into develop 2023-12-15 16:20:45 +00:00
Showing only changes of commit 1b9edcba64 - Show all commits

View file

@ -4,6 +4,7 @@ services:
db:
image: akkoma-db:latest
build: ./docker-resources/database
shm_size: 4gb
restart: unless-stopped
user: ${DOCKER_USER}
environment: {