Fixed example docker-compose.yml file

This commit is contained in:
Tejas Shah 2024-12-26 07:04:26 -08:00 committed by GitHub
parent cf2b026dc4
commit 815de531ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ services:
environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
volumes:
- convertx:/app/data
- ./data:/app/data
```
or