Updated Docker (markdown)

Karmaa
2025-05-14 22:17:59 -05:00
parent eca0089359
commit 12d7b97702

@@ -1,11 +1,15 @@
Docker Command Line
```sh
docker volume create termix-data
```
```sh
docker run -d \
--name termix \
--restart unless-stopped \
-p 8080:8080 \
-v mongodb-data:/data/db \
-v termix-data:/app/data \
-e SALT="2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~" \
-e PORT=8080 \
ghcr.io/lukegus/termix:latest
```