From cdfcdf40ca24f33c067c52187f587564f0f4beef Mon Sep 17 00:00:00 2001 From: Abhishek K Date: Thu, 16 Jan 2025 20:56:20 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc5d370..76f358c7 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you're looking for a managed service, you can get started with just a few cli These are the instructions for deploying a Netmaker server on your cloud VM as quickly as possible. For more detailed instructions, visit the [Install Docs](https://docs.netmaker.io/docs/server-installation/quick-install#quick-install-script). 1. Get a cloud VM with Ubuntu 24.04 and a static public IP. -2. Allow inbound traffic on port 443 TCP and UDP to the VM firewall in cloud security settings, and for simplicity, allow outbound on All TCP and All UDP. +2. Allow inbound traffic on port 443,51821 TCP and UDP to the VM firewall in cloud security settings, and for simplicity, allow outbound on All TCP and All UDP. 3. (recommended) Prepare DNS - Set a wildcard subdomain in your DNS settings for Netmaker, e.g. *.netmaker.example.com, which points to your VM's public IP. 4. Run the script to setup open source version of Netmaker: From 77d5705928b4b29e22a75ef8bb898619c64648fb Mon Sep 17 00:00:00 2001 From: Abhishek K Date: Thu, 16 Jan 2025 21:09:21 +0530 Subject: [PATCH 2/2] Update docker-compose.yml --- compose/docker-compose.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index 5e109106..5e6b1cc7 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -52,11 +52,8 @@ services: - caddy_data:/data - caddy_conf:/config ports: - - "$SERVER_HOST:80:80/tcp" - - "$SERVER_HOST:443:443/tcp" - #uncomment to enable IPv6 communication - # - "$SERVER_HOST6:80:80/tcp" - # - "$SERVER_HOST6:443:443/tcp" + - "80:80" + - "443:443" coredns: #network_mode: host