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