mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-10 16:38:00 +02:00
could be desired to start the containers in the background with -d switch
@ -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
|
||||
```
|
Reference in New Issue
Block a user