From 418996e71c053ea6c10ed07848a0a83a4d1874b2 Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:03:07 +0100 Subject: [PATCH] Make lint happy in docker-compose.yml --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 83559ee..f4c5c35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,8 @@ services: # - NODE_OPTIONS="--max_old_space_size=1024" # default is / # - PUBLIC_URL=/synapse-admin - # You can use a fixed homeserver, so that the user can no longer define it himself + # You can use a fixed homeserver, so that the user can no longer + # define it himself # - REACT_APP_SERVER="https://matrix.example.com" ports: - "8080:80"