Skip to content

Commit 1b29c81

Browse files
authored
Merge pull request #767 from pano9000/develop
chore(docker-compose): add remark about UFW issues
2 parents 68fda76 + 3cda398 commit 1b29c81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ services:
1313
ports:
1414
# By default, Trilium will be available at http://localhost:8080
1515
# It will also be accessible at http://<host-ip>:8080
16-
# You might want to limit this with something like Docker Networks, reverse proxies, or firewall rules, such as UFW
16+
# You might want to limit this with something like Docker Networks, reverse proxies, or firewall rules,
17+
# however be aware that using UFW is known to not work with default Docker installations, see:
18+
# https://docs.docker.com/engine/network/packet-filtering-firewalls/#docker-and-ufw
1719
- '8080:8080'
1820
volumes:
1921
# Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory.

0 commit comments

Comments
 (0)