diff --git a/README.md b/README.md index 484313a..042bf50 100644 --- a/README.md +++ b/README.md @@ -93,17 +93,12 @@ You can discuss matrix.to in version: '3.8' services: - web: + matrix-to: + container_name: Matrix-to image: domoel/matrix-to:latest ports: - "5000:5000" + restart: unless-stopped 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 + - PORT=5000 ```