netbox-docker/README-INSTALL.md

15 lines
513 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# README-INSTALL · NetBox-Docker on Portainer
> **Status:** Factory Reset durchgeführt frischer Fork vom Original-Repo, Deployment neu gestartet.
## 1) Portainer: Repository-Stack vorbereiten
**Portainer UI → Stacks → Add stack → Repository**
* **Git repository**: User forked `netbox-docker` Repository
* **Repository reference**: main branch
* **Compose path**: `docker-compose.yml`
* **Enable relative path volumes**: aktivieren.
* **Base path**: `/var/docker` als relative path setzen.
---