Skip to content

Commit d6f1cef

Browse files
authored
fix: linetabs
1 parent 8afa1b2 commit d6f1cef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/n8n/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ services:
4545
# npm extra options
4646
- EXTRA_NODE_MODULES=${N8N_EXTRA_NODE_MODULES}
4747
- NODE_FUNCTION_ALLOW_EXTERNAL=${N8N_NODE_FUNCTION_ALLOW_EXTERNAL}
48-
# pruning
49-
- EXECUTIONS_DATA_PRUNE=true
50-
- EXECUTIONS_DATA_MAX_AGE=365
51-
- EXECUTIONS_DATA_PRUNE_MAX_COUNT=50000
52-
ports:
48+
# pruning
49+
- EXECUTIONS_DATA_PRUNE=true
50+
- EXECUTIONS_DATA_MAX_AGE=365
51+
- EXECUTIONS_DATA_PRUNE_MAX_COUNT=50000
52+
ports:
5353
- 5678:5678
5454
expose:
5555
- 5678

0 commit comments

Comments
 (0)