Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wilchn committed Apr 27, 2024
1 parent 832a6f1 commit 3b2e4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ NOTE: Below steps assume that you already created the database and have imported
```
docker run -d \
--name=BlazingQuartzApp \
-e TZ=<your_timezone>
-e TZ=<your_timezone> \
-v /<blazingquartz_path>/appsettings.json:/app/appsettings.json \
-v /<blazingquartz_path>/logs:/app/logs \
-v /<blazingquartz_path>/certs:/app/certs \
Expand Down Expand Up @@ -156,4 +156,4 @@ ms | Millisecond

## Upgrading

Refer to [upgrading page](docs/Upgrading.md) to see if any additional steps require to upgrade to newer version.
Refer to [upgrading page](docs/Upgrading.md) to see if any additional steps require to upgrade to newer version.

0 comments on commit 3b2e4b1

Please sign in to comment.