From 22e3a77863b6819ce840f440ea1a41c0bbf7bbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 24 Jul 2022 11:25:26 +0200 Subject: [PATCH] aquatic_ws.Dockerfile: rely on default access list path,add example hash --- docker/aquatic_ws.Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/aquatic_ws.Dockerfile b/docker/aquatic_ws.Dockerfile index 0b3ed8a..bbe15f8 100644 --- a/docker/aquatic_ws.Dockerfile +++ b/docker/aquatic_ws.Dockerfile @@ -10,7 +10,7 @@ # - without TLS # - with http health checks enabled # - only allowing announces for hashes in access list, e.g., contained -# in ACCESS_LIST_CONTENTS env var. By default, this file is empty. +# in ACCESS_LIST_CONTENTS env var # # Run from root directory of aquatic repository with: # $ docker build -t aquatic-ws -f docker/aquatic_ws.Dockerfile . @@ -32,9 +32,8 @@ ENV CONFIG_FILE_CONTENTS "\ enable_http_health_checks = true\n\ [access_list]\n\ mode = 'allow'\n\ - path = './access-list.txt'\n\ " -ENV ACCESS_LIST_CONTENTS "" +ENV ACCESS_LIST_CONTENTS "0f0f0f0f0f1f1f1f1f1f2f2f2f2f2f3f3f3f3f3f" WORKDIR /root/