Update compose.yaml
This commit is contained in:
@@ -3,19 +3,9 @@ version: '3.8'
|
|||||||
services:
|
services:
|
||||||
matrix-to:
|
matrix-to:
|
||||||
container_name: Matrix-to
|
container_name: Matrix-to
|
||||||
hostname: matrix-to
|
|
||||||
image: domoel/matrix-to:latest
|
image: domoel/matrix-to:latest
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- PORT=5000
|
- PORT=5000
|
||||||
volumes:
|
|
||||||
- ./data:/app
|
|
||||||
networks:
|
|
||||||
- frontend
|
|
||||||
|
|
||||||
networks:
|
|
||||||
frontend:
|
|
||||||
external: true
|
|
||||||
name: matrix
|
|
||||||
|
|||||||
Reference in New Issue
Block a user