From 4baaa31bb8cb8b49762b5ffde8b8bdc510b18dfd Mon Sep 17 00:00:00 2001 From: Dome Date: Thu, 27 Mar 2025 15:48:00 +0100 Subject: [PATCH] Update compose.yaml --- compose.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9a0abee..bc53dcf 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,19 +3,9 @@ version: '3.8' services: matrix-to: container_name: Matrix-to - hostname: matrix-to image: domoel/matrix-to:latest ports: - "5000:5000" restart: unless-stopped environment: - PORT=5000 - volumes: - - ./data:/app - networks: - - frontend - -networks: - frontend: - external: true - name: matrix