Skip to content

Commit

Permalink
Merge pull request #200 from tejashah88/main
Browse files Browse the repository at this point in the history
Fixed example docker-compose.yml file
  • Loading branch information
C4illin authored Dec 27, 2024
2 parents cf2b026 + 815de53 commit aa87bc5
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 @@ -53,7 +53,7 @@ services:
environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
volumes:
- convertx:/app/data
- ./data:/app/data
```
or
Expand Down

0 comments on commit aa87bc5

Please sign in to comment.