Updated Docker (markdown)
@@ -22,13 +22,14 @@ services:
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- mongodb-data:/data/db
|
||||
- termix-data:/app/data
|
||||
environment:
|
||||
# Generate random salt here https://www.lastpass.com/features/password-generator (max 32 characters, include all characters for settings)
|
||||
SALT: "2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~"
|
||||
PORT: "8080"
|
||||
|
||||
volumes:
|
||||
mongodb-data:
|
||||
termix-data:
|
||||
driver: local
|
||||
```
|
||||
to start the container, run
|
||||
|
||||
Reference in New Issue
Block a user