Spaces:
Running
Running
Commit ·
ba0aaff
1
Parent(s): 3ff91c7
Fix: pre-create Neo4j dir structure, remove run dir redirect, lower memory
Browse files- docker/supervisord.conf +1 -1
docker/supervisord.conf
CHANGED
|
@@ -20,7 +20,7 @@ environment=NEO4J_HOME=/var/lib/neo4j
|
|
| 20 |
autostart=true
|
| 21 |
autorestart=true
|
| 22 |
startsecs=120
|
| 23 |
-
startretries=
|
| 24 |
stdout_logfile=/tmp/neo4j.log
|
| 25 |
stderr_logfile=/tmp/neo4j.log
|
| 26 |
redirect_stderr=true
|
|
|
|
| 20 |
autostart=true
|
| 21 |
autorestart=true
|
| 22 |
startsecs=120
|
| 23 |
+
startretries=1
|
| 24 |
stdout_logfile=/tmp/neo4j.log
|
| 25 |
stderr_logfile=/tmp/neo4j.log
|
| 26 |
redirect_stderr=true
|