From 3cda3987db27d3a37ee4fbf4e7e1605e72d2da83 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Thu, 12 Dec 2024 21:18:18 +0100 Subject: [PATCH] chore(docker-compose): add remark about UFW issues closes #766 --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d6f5a3c65..f74021d82 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,9 @@ services: ports: # By default, Trilium will be available at http://localhost:8080 # It will also be accessible at http://:8080 - # You might want to limit this with something like Docker Networks, reverse proxies, or firewall rules, such as UFW + # You might want to limit this with something like Docker Networks, reverse proxies, or firewall rules, + # however be aware that using UFW is known to not work with default Docker installations, see: + # https://docs.docker.com/engine/network/packet-filtering-firewalls/#docker-and-ufw - '8080:8080' volumes: # Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory.