Browse Source

matrix: typo

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

+ 1 - 1
matrix/docker-compose.yml

@@ -38,7 +38,7 @@ services:
     build:
     build:
       context: .
       context: .
       args:
       args:
-      - SYNAPSE_SERVER_NAME=${SYNAPSE_SERVER_NAME:-${CHATONS_SERVICE:-matrix}.${CHATONS_DOMAIN:-localhost}}
+        SYNAPSE_SERVER_NAME: ${SYNAPSE_SERVER_NAME:-${CHATONS_SERVICE:-matrix}.${CHATONS_DOMAIN:-localhost}}
         RIOT_VERSION: v0.17.8
         RIOT_VERSION: v0.17.8
     labels:
     labels:
       traefik.enable: "true"
       traefik.enable: "true"