improve docker compose

This commit is contained in:
LordMZTE 2021-01-12 18:00:22 +01:00
parent b69378763c
commit 75339638c6
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ services:
matterbridge:
image: "42wim/matterbridge"
restart: "unless-stopped"
depends_on:
- "irc"
volumes:
- "./data/matterbridge:/etc/matterbridge"
ports: