Tag: Docker
-
How to Set up Nextcloud with Richard Applegate Repo with Portainer?
So easy, I recommend you guy to do use Repo and then enjoy the services you use.
-
How to build a Dockerfile on Windows 10?
Step-by-step Instructions:
-
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 set up MariaDB with Portainer Stacks +(Docker-compose)
We’re using MariaDB for our business because it’s meant for big business, and it’s my favorite database to use for small businesses. And I have a lot of skill experience with MariaDB than any other database, but few other databases are lacking in my experience. Therefore, I do not have sufficient time to undertake these…
-
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…
-
Backup and Restore with Docker Compose
All of my data is on folder drive mounts that where our data is to make backup and restore operations easier. Stopping your stack with docker-compose down will allow you to back up all the files and subfolders in the folder next to the docker-compose.yml file. For example, if you want to create a ZIP…
-
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.
-
Nextcloud After Update and get this Error Message. I am Use Portainer, Docker.
This is how to fix our Nextcloud after Update, we got error message about missing some indexes. Here is solutions: