Advanced Search
Search Results
4 total results found
Heimdall
Link --- version: "3.3" services: heimdall: image: lscr.io/linuxserver/heimdall container_name: heimdall environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Heimdall/config:/conf...
Dashy
Link | Video | Base .conf version: '3.3' services: dashy: ports: - '4000:80' volumes: - '/srv/path/Files/Dashy/conf/conf.yml:/app/public/conf.yml' - '/srv/path/Files/Dashy/icons:/app/public/item-i...
Flame
Link version: '3.3' services: flame: image: pawelmalak/flame:multiarch2.1.0 # Had to specify the tag container_name: flamedashboard volumes: - /srv/path/Files/FlameDashboard:/app/data - /var/run/docker.sock:/var/run/docker.so...
Homepage
Link services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage ports: - 5005:3000 volumes: - /srv/path/to/config:/app/config - /srv/path1:/data # for...