diff --git a/README.md b/README.md index 948bdb8..b8c1f92 100644 --- a/README.md +++ b/README.md @@ -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 ```