Docker

Install Nextcloud with Docker Compose

Install Nextcloud with Docker compose version: '2' services: db: image:

UFW After rules for Docker on Ubuntu

Add to /etc/ufw/after.rules the following rules. And

Homer

docker run -d \ --name=homer \ --user 1001:1001 \ -p 8007:

Heimdall

docker run -d \ --name=heimdall \ -e PUID=1000 \ -e PGID=

Install Gitea with Docker

docker-compose.yml version: "3" networks: gitea: external: false services: server:

Install Ghost with Docker

version: '3.1' services: ghost: image: ghost:5.25.3-alpine

Uptime Kuma

https://github.com/louislam/uptime-kuma docker run -d --name=uptime-kuma

Nginx Proxy Manager

docker run -d --name=npm \ -p 80:80 \ -p 81:

Install Docker and Docker Compose

Install Docker apt-get install apt-transport-https ca-certificates software-properties-common -y curl -fsSL