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