From 7babd0640d67dce0222ccb6d9116870740ce1baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20V=C3=B6lker?= Date: Tue, 7 May 2024 15:39:36 +0200 Subject: [PATCH] could be desired to start the containers in the background with -d switch --- Updating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Updating.md b/Updating.md index bd8b175..470da5a 100644 --- a/Updating.md +++ b/Updating.md @@ -38,7 +38,7 @@ Now it's time to start all the containers again. This will also migrate the NetBox database schema automatically. ```bash -docker compose up +docker compose up -d ``` Once NetBox has started, you should be ready to go. @@ -87,5 +87,5 @@ docker compose up -d postgres gunzip -c db_dump.sql.gz | docker compose exec -T postgres sh -c 'psql -U $POSTGRES_USER $POSTGRES_DB' # Start all other containers -docker compose up +docker compose up -d ``` \ No newline at end of file