mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Add installation instructions for NetBox-Docker on Portainer
This commit is contained in:
parent
b1394ff9cb
commit
b499ca83b6
17
README-INSTALL.md
Normal file
17
README-INSTALL.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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**: Unser geforktes `netbox-docker` Repository eintragen.
|
||||
* **Repository reference**: Haupt-Branch wählen (z. B. `main`).
|
||||
* **Compose path**: `docker-compose.yml` (oder gewünschtes Compose-File) setzen.
|
||||
* **Enable relative path volumes**: aktivieren.
|
||||
* **Base path**: `/var/docker` setzen.
|
||||
|
||||
---
|
||||
|
||||
Weitere Schritte folgen …
|
||||
Loading…
Reference in a new issue