Skip to content

Commit

Permalink
Merge branch 'main' into T368254-release-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Jul 15, 2024
2 parents ef74e8b + 6099f9c commit 188ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/WDQS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ In the Docker Compose example provided above, you might run:

```sh
docker compose stop wdqs-updater
docker compose run --rm wdqs-updater bash -c '/wdqs/runUpdate.sh -h http://"$WDQS_HOST":"$WDQS_PORT" -- --wikibaseUrl "$WIKIBASE_SCHEME"://"$WIKIBASE_HOST" --conceptUri "$WIKIBASE_SCHEME"://"$WIKIBASE_HOST" --entityNamespaces "$WDQS_ENTITY_NAMESPACES" --init --start $(date +%Y%m%d000000)'
docker compose run --rm wdqs-updater bash '/wdqs/runUpdate.sh -h http://"$WDQS_HOST":"$WDQS_PORT" -- --wikibaseUrl "$WIKIBASE_SCHEME"://"$WIKIBASE_HOST" --conceptUri "$WIKIBASE_SCHEME"://"$WIKIBASE_HOST" --entityNamespaces "$WDQS_ENTITY_NAMESPACES" --init --start $(date +%Y%m%d000000)'
docker compose start wdqs-updater
```

Expand Down

0 comments on commit 188ea61

Please sign in to comment.