Skip to content

Commit

Permalink
[#17] cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored and alanking committed Aug 28, 2024
1 parent 6246fb8 commit 85ca8a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create a file named '.env' and place under the root directory. Please refer to s
# Location of the iRODS Client HTTP API
# <protocol>://<host>:<port>/irods-http-api/<http_api_version>
#
# e.g. https://example.org:8080/irods-http-api/0.3.0
# e.g. https://example.org:8080/irods-http-api/0.4.0
REACT_APP_HTTP_API_URL=
Expand All @@ -46,12 +46,12 @@ REACT_APP_PRIMARY_COLOR=#04bdaf
#### Start Service
Use the following code to start service.
```
docker-compose up
docker compose up
```

#### Stop Service
```
docker-compose down
docker compose down
```

## Health checks in ZMT
Expand Down

0 comments on commit 85ca8a3

Please sign in to comment.