Skip to content

Instantly share code, notes, and snippets.

View da7las's full-sized avatar

Dave Atlas da7las

  • US
View GitHub Profile

docker-compose cheatsheet

Portainer

version: '3'
services:
  portainer-ce:
    image: portainer/portainer-ce
    container_name: portainer
@da7las
da7las / install_docker_portainer.md
Last active July 2, 2022 18:18 — forked from Cursedpotential/docker_compose_portainer.md
Installing Docker Install Portainer on Ubuntu 20.04

Installing Docker with Docker Compose & Portainer

Install Docker

Preparing the system:

Removing any old installations of Docker
sudo apt-get remove docker docker-engine docker.io containerd runc
@da7las
da7las / LetsEncrypt+certbot+UFW+postfix+dovecot.md
Created June 29, 2022 23:25 — forked from mrothNET/LetsEncrypt+certbot+UFW+postfix+dovecot.md
Let's Encrypt / Dovecot / Postfix / UFW firewall / Certbot

Let's Encrypt / Dovecot / Postfix / UFW firewall / Certbot

This tutorial describes how to install TLS to a mail server consisting of Postfix and/or Dovecot by using Let's Encrypt certificates with automatic renewing and firewall management.

The system used for this tutorial was:

$ lsb_release -idrc
Distributor ID: Ubuntu