Docker

Nextcloud + docker error Access Through Untrusted Domain

19th July 2024

ssh into docker host docker ps to find the name of the container with nextcloud_app replace 7b… below with this docker exec -u 33 -it 7bb821cd67ed sh -c “/var/www/html/occ config:system:set…

📌
0💬 read more

Docker recommended containers

9th June 2024

Install docker-ce thusly Portainer a GUI/WUI for dockerversion: “3”services:portainer:image: portainer/portainer-ce:latestcontainer_name: portainerports:– 9443:9443volumes:– data:/data– /var/run/docker.sock:/var/run/docker.sockrestart: unless-stoppedvolumes:data: Watchtower auto update for containers Bitwarden/Vaultwarden password manager UptimeKuma simple monitor w clean dashboard Greenbone…

📌
0💬 read more

Ubiquiti Unifi on Docker + Portainer

3rd December 2021

Couple notes on setting this up Does work on a Raspberry Pi 3 1GB Make sure you use the 64bit OS, as the docker image for armhf doesn’t exist I…

📌
0💬 read more