Recently Updated Pages
docker-compose
services: dozzle: container_name: dozzle image: amir20/dozzle:latest restart:...
Installation
This installation is the most basic way to deploy Dozzle. The Docker Compose I currently use ha...
Introduction
Dozzle is an open-source, self-hosted tool for viewing and monitoring the logs of Docker containe...
docker-compose
services: glances: container_name: glances image: nicolargo/glances:ubuntu-late...
Installation
Installation is with Docker Compose. With a terminal SSH connection to your server, change dir...
Introduction
Glances is an open-source, cross-platform system monitoring tool for Docker containers that p...
Introduction
The self-hosted Guacamole Docker app runs Apache Guacamole in containers using Docker. Guacamole...
Installation
Installation via SSH to my server and then creating and running a Docker Compose file. First c...
docker-compose
services: guacamole: container_name: guacamole image: jwetzell/guacamole rest...
docker-compose
services: filebrowser: image: filebrowser/filebrowser container_name: filebrowser ...
Installation
My installation is SSH to my minipc and using Docker Compose. I found that is the easiest way to ...
Introduction
The self-hosted File Browser (often called filebrowser) is a lightweight open-source web app you ...
docker-compose.yml
services: bookstack: image: lscr.io/linuxserver/bookstack:25.02.2 container_name: ...
Reverse Proxy
Two requisites for this: DSM version 7 or above (It can be done on DSM version 6, but the step...
My self-hosted apps
Nearly all my self-hosted apps are Docker apps. Most of them have been installed with Docker Comp...
Installation
My first installation was with the Synology Container Manager, from there I moved it to a Portain...
Installation
This is another installation which I first installed on Container Manager in my Synology NAS, the...
Which Timezone
Many Docker Container compose files ask for your timezone, with something like "TZ = " or "TZ:" ...
User IDs from command line
Many Docker containers need UserID and GroupID. The environment variables can be slightly differ...
docker-compose
services: heimdall: image: lscr.io/linuxserver/heimdall:latest container_name: hei...