Files
matrix-bot/docker-compose.example.yml
2026-01-29 01:58:09 +09:00

12 lines
329 B
YAML

services:
matrix-bot:
image: ghcr.io/t2linux/matrix-bot:latest
environment:
- MATRIX_HOMESERVER=https://matrix.org
- MATRIX_USERNAME=your_username
- MATRIX_PASSWORD=your_password
- IGNORE_BRIDGE_USERS=false
volumes:
- ./links.json:/usr/local/bin/links.json
restart: unless-stopped