From 41497a97e707000436322d3a61c6057a1f7754f1 Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 13 Sep 2023 19:22:48 +0300 Subject: [PATCH] if you're not using et, fuck off --- assets/pages/demo/demo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/pages/demo/demo.md b/assets/pages/demo/demo.md index a41ef29..339da48 100644 --- a/assets/pages/demo/demo.md +++ b/assets/pages/demo/demo.md @@ -71,3 +71,5 @@ Note: The docker-compose.yml file has to be in the same directory as the script Additional Note: By deploying a docker-compose.yml file using the --docker_compose flag, the needed ports will be allowed by the firewall for usage. But by deploying a docker image or docker-compose.yml file through portainer one should then `sudo ufw allow needed_port` and `sudo ufw reload` for them to be usable or `firewall-cmd --permanent --add-port=needed_port` and `sudo firewall-cmd --reload` depending on the distribution. For convenience, the scirpt will also create another script that checks which ports are to be opened or closed and assign it to a cronjob that will execute it every 20 minutes so one can just wait. + +If you ever decide to get a domain name and use it for any docker container, make sure to allow ports 80 and 443 both manually and in the dynamic ports script for it to be usable.