Skip to content
Snippets Groups Projects
Commit 959b6ad4 authored by Daniel Ares's avatar Daniel Ares
Browse files

Increase nodejs memory limit for docker

parent dc6f1372
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ services:
- shonk
# env_file:
# - .config/docker.env
environment:
- NODE_OPTIONS="--max-old-space-size=8192"
volumes:
- ./files:/sharkey/files
- ./.config:/sharkey/.config:ro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment