Updated Docker (markdown)

Karmaa
2025-04-12 21:48:55 -05:00
parent 25a4b1f9f9
commit 7e3d623e7d

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