diff --git a/package.json b/package.json index 69a1df4..71734b5 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "A skeleton for getting started with a self-hosted n8n environment running in Docker Compose.", "scripts": { "start": "cd docker-compose/withPostgres && docker compose up -d", + "restart": "cd docker-compose/withPostgres && docker compose restart", "stats": "cd docker-compose/withPostgres && docker compose stats", "stop": "cd docker-compose/withPostgres && docker compose down" },