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