Changes for page Docker: Установка NetBox
Last modified by root_xwiki on 2025/10/18 07:49
From version 1.5
edited by root_xwiki
on 2025/10/18 05:01
on 2025/10/18 05:01
Change comment:
There is no comment for this version
To version 1.14
edited by root_xwiki
on 2025/10/18 05:26
on 2025/10/18 05:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,33 @@ 1 -{{{ 1. sudo mkdir -p /opt/netbox-docker2 - 2.sudochown $USER:$USER /opt/mailcow-dockerized}}}1 +{{{ 2 + }}} 3 3 4 +##1. sudo mkdir -p /opt/netbox-docker## 4 4 5 -3. git clone -b release [[https:~~/~~/github.com/netbox-community/netbox-docker.git>>https://github.com/netbox-community/netbox-docker.git]] 6 6 7 - 4.7 +##2. sudo chown $USER:$USER /opt/netbox-docker## 8 8 9 + 10 +##3. cd cd /opt## 9 9 12 + 13 +##4. git clone -b release [[https:~~/~~/github.com/netbox-community/netbox-docker.git>>https://github.com/netbox-community/netbox-docker.git]]## 14 + 15 + 16 +(% style="font-family: Menlo, Monaco, Consolas, Courier New, monospace; white-space: pre" %)5. cd netbox-docker 17 + 18 + 19 +{{{6. 20 +}}} 21 + 22 +{{{tee docker-compose.override.yml <<EOF 23 +services: 24 + netbox: 25 + ports: 26 + - 8001:8080 27 +EOF}}} 28 + 29 + 30 +7. docker compose up -d 31 + 32 + 33 +