Restart containers unless stopped
This commit is contained in:
parent
56d8144803
commit
4d95239274
7 changed files with 7 additions and 7 deletions
|
@ -3,6 +3,6 @@ services:
|
|||
matterbridge:
|
||||
image: 42wim/matterbridge:stable
|
||||
container_name: matterbridge
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /docker/matterbridge:/etc/matterbridge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue