Skip to content

Commit

Permalink
Update readme, add docker tty option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Oct 19, 2023
1 parent f095a7e commit 763bd58
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 @@ -50,7 +50,7 @@ Choose an admin password and replace `yourAdminPassword` values in the following
Run Snowstorm Lite in your local Docker:
```
docker pull snomedinternational/snowstorm-lite:latest
docker run -i -p 8085:8080 snomedinternational/snowstorm-lite \
docker run -i -t -p 8085:8080 snomedinternational/snowstorm-lite \
--admin.password=yourAdminPassword \
--syndicate --version-uri=http://snomed.info/sct/900000000000207008
```
Expand Down

0 comments on commit 763bd58

Please sign in to comment.