add: add termix
This commit is contained in:
11
termix/docker-compose.yaml
Normal file
11
termix/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
termix:
|
||||||
|
image: ghcr.io/lukegus/termix:latest
|
||||||
|
container_name: termix
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8011:8080"
|
||||||
|
volumes:
|
||||||
|
- /docker/termix/data:/app/data
|
||||||
|
environment:
|
||||||
|
PORT: "8080"
|
||||||
Reference in New Issue
Block a user