Files
n8n-self-hosted/restart-docker.sh
2025-10-05 14:41:49 +03:00

10 lines
203 B
Bash
Executable File

#!/bin/bash
# This script restarts the n8n application.
# It first stops the running containers and then starts them again using the start-docker.sh script.
date
docker compose stop
./start-docker.sh