diff options
author | David Florness <david@florness.com> | 2021-02-12 04:25:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 09:25:35 +0000 |
commit | 85aaaf9bb964c92a0eb7cd236509d5db0c164aec (patch) | |
tree | ead24fff1c3bf980c71b298ce2c27fdc974eea2c /build | |
parent | 9a199ba179273250330c85f6d543381b2ac1474c (diff) |
Fix a few indentation mistakes (#1752)
Signed-off-by: David Florness <david@florness.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/docker/docker-compose.polylith.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/docker/docker-compose.polylith.yml b/build/docker/docker-compose.polylith.yml index f377e36f..e95e1957 100644 --- a/build/docker/docker-compose.polylith.yml +++ b/build/docker/docker-compose.polylith.yml @@ -70,7 +70,7 @@ services: volumes: - ./config:/etc/dendrite networks: - - internal + - internal signing_key_server: hostname: signing_key_server @@ -86,9 +86,9 @@ services: image: matrixdotorg/dendrite-polylith:latest command: userapi volumes: - - ./config:/etc/dendrite + - ./config:/etc/dendrite networks: - - internal + - internal appservice_api: hostname: appservice_api |