Skip to content

Commit

Permalink
fixup: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zba authored Nov 7, 2024
1 parent 04b8ceb commit df174ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker compose exec postgres sh -c 'psql -U $POSTGRES_USER postgres -c "DROP DAT
docker compose exec postgres sh -c 'psql -U $POSTGRES_USER postgres -c "CREATE DATABASE netbox;"'
# Load the demo data, change VERSION if need
(VERSION=v4.1; curl https://github.com/netbox-community/netbox-demo-data/raw/refs/heads/master/sql/netbox-demo-$VERSION.sql | docker compose exec -T postgres psql -U $POSTGRES_USER netbox)
(VERSION=v4.1; curl https://raw.githubusercontent.com/netbox-community/netbox-demo-data/refs/heads/master/sql/netbox-demo-$VERSION.sql | docker compose exec -T postgres psql -U $POSTGRES_USER netbox)
# run netbox, wait migrations done
docker compose up netbox
```
Expand Down

0 comments on commit df174ba

Please sign in to comment.