Skip to content

Commit 2d1e79a

Browse files
authored
chore: fix linebreak
1 parent 34cbf34 commit 2d1e79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/n8n/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- POSTGRES_NON_ROOT_PASSWORD
1515
- EXECUTIONS_DATA_PRUNE=true
1616
- EXECUTIONS_DATA_MAX_AGE=365
17-
- EXECUTIONS_DATA_PRUNE_MAX_COUNT=50000
17+
- EXECUTIONS_DATA_PRUNE_MAX_COUNT=50000
1818
volumes:
1919
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/n8n/database:/var/lib/postgresql/data
2020
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/n8n/init-database.sh:/docker-entrypoint-initdb.d/init-data.sh:ro

0 commit comments

Comments
 (0)