From 794da85e8f67f03f2d7a10da620816668c752ad0 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Thu, 25 Jun 2026 13:58:15 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index e48e05e..febd80e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,13 +30,13 @@ services: termix: - image: ghcr.io/lukegus/termix:latest + image: ghcr.io/lukegus/termix:2.2.0 container_name: termix restart: unless-stopped # ports: # - '8080:8080' volumes: - - /opt/docker/termix/termix-data:/app/data + - /opt/01_admin/termix/:/app/data # environment: # PORT: '8080' depends_on: