Update README.md

This commit is contained in:
Dome
2025-03-28 14:43:32 +01:00
committed by GitHub
parent 8fee384fc0
commit b75ca64d22
+4 -9
View File
@@ -93,17 +93,12 @@ You can discuss matrix.to in
version: '3.8' version: '3.8'
services: services:
web: matrix-to:
container_name: Matrix-to
image: domoel/matrix-to:latest image: domoel/matrix-to:latest
ports: ports:
- "5000:5000" - "5000:5000"
restart: unless-stopped
environment: environment:
- NODE_ENV=production - PORT=5000
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:80"]
interval: 30s
timeout: 10s
retries: 3
``` ```