Skip to content

Commit

Permalink
Update example in getting-started.md to use version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed May 22, 2024
1 parent 262423e commit c415c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/server/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ several configuration parameters using environment variables.
version: "3"
services:
pathling:
image: aehrc/pathling:6
image: aehrc/pathling:7
ports:
- 8080:8080
environment:
Expand All @@ -75,7 +75,7 @@ directory. Then the following command can be issued to run the Pathling server:
docker-compose up
```

In this example, the `image` key is being used to refer to the latest `6.x`
In this example, the `image` key is being used to refer to the latest `7.x`
version of the Pathling image on Docker Hub.

We are setting the `pathling.terminology.serverUrl` configuration variable to
Expand Down

0 comments on commit c415c4a

Please sign in to comment.