Updated Docker (markdown)

Karmaa
2025-05-14 22:19:39 -05:00
parent 12d7b97702
commit e2b5102d7c

@@ -8,7 +8,7 @@ docker run -d \
--restart unless-stopped \ --restart unless-stopped \
-p 8080:8080 \ -p 8080:8080 \
-v termix-data:/app/data \ -v termix-data:/app/data \
-e SALT="2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~" \ -e SALT="replace_me" \
-e PORT=8080 \ -e PORT=8080 \
ghcr.io/lukegus/termix:latest ghcr.io/lukegus/termix:latest
``` ```
@@ -26,7 +26,7 @@ services:
- termix-data:/app/data - 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: "replace_me"
PORT: "8080" PORT: "8080"
volumes: volumes: