start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

n8n installation with Docker Compose
7 Treffer, Zuletzt geändert:
PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true volumes: - ${DATA_FOLDER}/.n8n:/... PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true #- N8N_LOG_LEVEL=debug #- N8N_... bash> mkdir /somedirectory/n8n </code> ===== 7. start and stop ===== ==== 7.1 Start ==== <code bash> sudo docker compose up -d </code> === 7.1.1 Start with
n8n installation and operation
1 Treffer, Zuletzt geändert:
<code bash> docker pull n8nio/n8n </code> ===== Starting the Docker container ===== ==== Interactive =