-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hello,
I have created a docker-compose.yml file like so:
services:
matrix-whook:
image: nim65s/matrix-webhook:latest
container_name: matrix-whook
environment:
- MATRIX_URL="HOMESERVER"
- MATRIX_ID="bot:HOMESERVER"
- MATRIX_PW="PASSWORD"
- API_KEY="SECRET"
ports:
- 4785:4785
restart: always
networks:
- matrix-lan
networks:
default:
driver: bridge
matrix-lan:
external: true
This seems to spin up normally, but after that nothing happens. I can see its running when i do docker ps. But i cant invite the bot to any rooms, and when i try to use the curl command as per documentation, it just hangs.. nothing happens?
I am unsure what i am doing wrong here? matrix-lan is the network the matrix server is also on, MATRIX_URL is the fqdn of the server which works normally. the account for the bot is created as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels