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