Fixed example docker-compose.yml file
This commit is contained in:
parent
cf2b026dc4
commit
815de531ed
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ services:
|
|||
environment:
|
||||
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
|
||||
volumes:
|
||||
- convertx:/app/data
|
||||
- ./data:/app/data
|
||||
```
|
||||
|
||||
or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue