Browse Source

matrix: riot: restart unless-stopper

Guilhem Saurel 6 years ago
parent
commit
029749f751
1 changed files with 1 additions and 0 deletions
  1. 1 0
      matrix/docker-compose.yml

+ 1 - 0
matrix/docker-compose.yml

@@ -40,6 +40,7 @@ services:
       args:
         SYNAPSE_FULL_URL: ${CHATONS_SERVICE:-matrix}.${CHATONS_DOMAIN:-localhost}
         RIOT_VERSION: v0.17.8
+    restart: unless-stopped
     labels:
       traefik.enable: "true"
       traefik.frontend.rule: "Host: ${RIOT_SUBDOMAIN:-riot}.${CHATONS_DOMAIN:-localhost}, www.${RIOTSUBDOMAIN:-riot}.${CHATONS_DOMAIN:-localhost}"