From 4259af79bd871686c45930c558e4fc749aa99d64 Mon Sep 17 00:00:00 2001 From: Dome Date: Fri, 28 Mar 2025 16:36:58 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8b75040..1ba4a2b 100644 --- a/README.md +++ b/README.md @@ -90,20 +90,11 @@ You can discuss matrix.to in ### Build with docker compose ``` -version: '3.8' - -services: - web: + matrix-to: + container_name: Matrix-to image: domoel/matrix-to:latest ports: - "1336:80" environment: - NODE_ENV=production - volumes: - - ./nginx.conf:/etc/nginx/nginx.conf - healthcheck: - test: ["CMD", "curl", "--fail", "http://localhost:80"] - interval: 30s - timeout: 10s - retries: 3 ```