diff --git a/termix/docker-compose.yaml b/termix/docker-compose.yaml new file mode 100644 index 0000000..ca84ca1 --- /dev/null +++ b/termix/docker-compose.yaml @@ -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"