mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 21:51:51 +00:00
Change network configuration from qnet to Vlan1
This commit is contained in:
parent
e9de4df8e8
commit
2dd9352c1a
|
|
@ -15,8 +15,8 @@ services:
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
interval: 15s
|
interval: 15s
|
||||||
networks:
|
networks:
|
||||||
qnet-static-bond0-ae19be:
|
Vlan1:
|
||||||
ipv4_address: 192.168.10.150
|
ipv4_address: 172.31.240.60
|
||||||
NetBoxNet: {}
|
NetBoxNet: {}
|
||||||
volumes:
|
volumes:
|
||||||
- /share/Container/netbox/configuration:/etc/netbox/config:ro
|
- /share/Container/netbox/configuration:/etc/netbox/config:ro
|
||||||
|
|
@ -90,7 +90,7 @@ services:
|
||||||
- /share/Container/netbox/redis-cache:/data
|
- /share/Container/netbox/redis-cache:/data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
qnet-static-bond0-ae19be:
|
Vlan1:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
NetBoxNet:
|
NetBoxNet:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue