Updated Docker (markdown)
+2
-2
@@ -6,7 +6,7 @@ docker volume create mongodb-data
|
|||||||
docker run -d \
|
docker run -d \
|
||||||
--name termix \
|
--name termix \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
-p 3800:8080 \
|
-p 8080:8080 \
|
||||||
-v mongodb-data:/data/db \
|
-v mongodb-data:/data/db \
|
||||||
-e SALT="2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~" \
|
-e SALT="2v.F7!6a!jIzmJsu|[)h61$ZMXs;,i+~" \
|
||||||
ghcr.io/lukegus/termix:latest
|
ghcr.io/lukegus/termix:latest
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
container_name: termix
|
container_name: termix
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3800:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- mongodb-data:/data/db
|
- mongodb-data:/data/db
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user