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 docker (indentation is impotant!)version: “3”services: portainer: image: portainer/portainer-ce:latest container_name: portainer ports: – 9443:9443 volumes: – data:/data – /var/run/docker.sock:/var/run/docker.sock restart: unless-stoppedvolumes: data: Watchtower auto…

📌
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