Sign inSign up

arevindh/homelab-tracker

By arevindh

•Updated over 3 years ago

Home lab tracker

Image
0

1.5K

arevindh/homelab-tracker repository overview

⁠Installation

docker-compose.yml

---
---
version: "2.1"
services:
  nginx:
    image: arevindh/homelab-tracker
    container_name: homelab-tracker
    volumes:
      - ./www:/config/www
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    ports:
      - 6080:80
      - 6443:443
    restart: unless-stopped

Go to http://ip.add.re.ss⁠

Username : [email protected]

Password : changeme

⁠Notes

Based on linuxserver/nginx⁠

Tag summary

Content type

Image

Digest

sha256:2837b3481…

Size

56.5 MB

Last updated

over 3 years ago

docker pull arevindh/homelab-tracker