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
+1 -1
View File
@@ -53,7 +53,7 @@ services:
environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
volumes:
- convertx:/app/data
- ./data:/app/data
```
or