From 1dac65a05159fa67871e53ba6180dcaf88cb4701 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 3 Jan 2023 15:44:06 +0000 Subject: [PATCH] remove nginx compose restart --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 6dbe4478c6..4638f2ce69 100755 --- a/install.sh +++ b/install.sh @@ -16,9 +16,6 @@ sudo docker compose up -d postgres && sleep 30 && sudo docker compose exec postg # Start all containers. npm run start -# Restart nginx just incase the config changes. -sudo docker compose restart nginx - echo "We will need to wait ~5-10 minutes for things to settle down, migrations to finish, and TLS certs to be issued" echo "" echo "⏳ Waiting for OneUptime to boot (this will take a few minutes)"