Skip to content

Commit

Permalink
📝 [#4908] Update documentation of the json registration docker compos…
Browse files Browse the repository at this point in the history
…e service

The instructions on how to start it is now in line with the other docker compose services
  • Loading branch information
viktorvanwijk committed Jan 2, 2025
1 parent c566a73 commit e8372b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/json-registration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ received data. The `test_connection` endpoint just returns an 'OK' message.

## docker compose

Start an instance in your local environment from the project root:
Start an instance in your local environment from the parent directory:

```bash
docker compose -f docker/docker-compose.json-registration.yml up -d
docker compose -f docker-compose.json-registration.yml up -d
```

This starts a flask application at http://localhost:80/ with the endpoints `json_plugin` and `test_connection`.

0 comments on commit e8372b9

Please sign in to comment.