Tag: Docker
-
How to build a Dockerfile on Windows 10?
Learn how to build a Dockerfile on Windows 11 with this easy, step-by-step guide—covering installation, setup, building, and troubleshooting tips.
-
DNS amplification attack | closing the 53 port on my AdGuard Home Server.
Today, I turned off the DNS port 53. Since we have been cutting off our store’s DNS server, it has been a DNS amplification attack. So I found out that my Router does have a DNS Proxy, My DNS Server does have HTTP over TLS and DNS-over-HTTPS. Everything is working and attacking is currently stopped…
-
How to Deploy MariaDB with Portainer Stacks Using Docker Compose
If you’re looking to run a robust relational database in your Dockerized environment, MariaDB is an excellent open-source choice. With Portainer, managing your databases and application stacks becomes super easy—even with little Docker experience. In this post, I’ll walk you step by step through deploying MariaDB using Portainer Stacks (which leverages Docker Compose). Why Use…
-
How to set up PhpMyAdmin with MariaDB on Portainer with NGINX Proxy Manger.
PhpMyAdmin is easy to set up for any app and fix the table database or troubleshoot. So, we will set up PhpMyAdmin with NGINX SSL secure for our HTTPS. Due to the possibility of a grabber username and password exploit, we would prefer not to expose this on HTTP. Please ensure that you complete this…
-
How to set up agent edge on multiserver
Docker-compose is my go-to for secondary or distributed servers. It’s better than docker run because it’s more clean and organized and easier to set up. And one time, too. So all you need to do is make sure the Secondary Server or Multiserver needs to install Docker and Docker Compose. Please follow this step by…
-
🔄 How to Safely Back Up & Restore Docker Compose Data
When you’re running apps with Docker Compose, your data is the heart and soul of your services—databases, media files, configurations, and more. Without a solid backup and restore plan, a simple mistake (or disk failure!) can lead to a world of pain. Here’s a step-by-step guide to properly back up and restore data from Docker…
-
How to Install Immich(v1.99.0) on Docker Portainer with Nginx Proxy Manager
This document presents Docker compose version 3.8 for Immich Latest (1.99.0). I just changed the volume to the correct path because I want them to save in our large storage data and permission user so that any users can’t see our file except root. I added networks because they’re going to be proxied by Nginx…
-
Mailcow : renew Certification with nginx proxy manager
Make a file called “scriptmailssl.sh” and open the nano file editor. Paste these codes and save it! Add a cronjob every month. It’s going to do the job for you every month.
-
How to build RustDesk on Portainer with Cloudflare domain (Disable proxy needed)?
This version is not PRO. Please note that. Soon, PRO will be coming. I just set up RustDesk pro with WebGui a couple of months ago. Please listen carefully to the RustDesk warning again. Do not install RustDesk and connect to the phone agents (fake windows, fake apple, fake ATT, fake bank, fake IRS) server.…
-
How to build LanguageTool API Portainer with nginx
I have been using Grammarly for my work and to strengthen my writing skills. I was looking for something cheaper and more affordable, and I found this LanguageTool, which offers an API on Docker, and it works great. We won’t get premium, though… they’re not yet available for self-hosted premium. Before we start, please make…