diff --git a/package.json b/package.json index 9873fa8..b749133 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,11 @@ "version": "1.0.1", "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", + "start": "cd docker-compose/withPostgres && docker compose up -d", "stats": "cd docker-compose/withPostgres && docker compose stats", - "stop": "cd docker-compose/withPostgres && docker compose down" + "stop": "cd docker-compose/withPostgres && docker compose down", + "update": "cd docker-compose/withPostgres && docker compose pull" }, "keywords": [ "DTP",