mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-04 14:03:32 +00:00
Fixed example docker-compose.yml file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user