mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-03 22:30:51 +08:00
Merge pull request #767 from pano9000/develop
chore(docker-compose): add remark about UFW issues
This commit is contained in:
commit
1b29c81ceb
@ -13,7 +13,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
# By default, Trilium will be available at http://localhost:8080
|
# By default, Trilium will be available at http://localhost:8080
|
||||||
# It will also be accessible at http://<host-ip>:8080
|
# It will also be accessible at http://<host-ip>: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'
|
- '8080:8080'
|
||||||
volumes:
|
volumes:
|
||||||
# Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory.
|
# Unless TRILIUM_DATA_DIR is set, the data will be stored in the "trilium-data" directory in the home directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user