Merge pull request #200 from tejashah88/main

Fixed example docker-compose.yml file
This commit is contained in:
Emrik Östling 2024-12-27 03:34:01 +01:00 committed by GitHub
commit aa87bc5c51
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