Update README.md

This commit is contained in:
Dome
2025-03-28 16:36:58 +01:00
committed by GitHub
parent 05ebb904b2
commit 4259af79bd
+2 -11
View File
@@ -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
```