From efd3c89494217387e9abae32515775846a14dbcf Mon Sep 17 00:00:00 2001 From: deon Date: Thu, 27 Jun 2024 04:32:42 +0000 Subject: [PATCH] Zerotier for web must be done outside of the container when haproxy is used. For queue it must be inside. --- Installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index 122edfe..260276b 100644 --- a/Installation.md +++ b/Installation.md @@ -123,7 +123,7 @@ services: MAIL_FROM_ADDRESS: ${MAIL_FROM_ADDRESS} MAIL_FROM_NAME: ${MAIL_FROM_NAME} MEMCACHED_START: ${MEMCACHED_START:-"FALSE"} - ZEROTIER_START: ${ZEROTIER_START:-"FALSE"} + #ZEROTIER_START: "TRUE" networks: default: public: @@ -178,7 +178,7 @@ services: MAIL_FROM_NAME: ${MAIL_FROM_NAME} WORK_QUEUES: default,poll,mail,tic WORK_TIMEOUT: 900 - ZEROTIER_START: ${ZEROTIER_START:-"FALSE"} + #ZEROTIER_START: "TRUE" networks: default: public: @@ -332,7 +332,6 @@ MAIL_FROM_NAME="[YOUR NAME]" # Other Items #MEMCACHED_START="FALSE" -#ZEROTIER_START="FALSE" ``` _NOTES:_