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

View File

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