Browse Source

added restart script to package.json

develop
Rob Colbert 2 months ago
parent
commit
8918649b36
  1. 1
      package.json

1
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"
},

Loading…
Cancel
Save