Keep Netbox Running After Reboot

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • Click here for the full Netbox course: bit.ly/KITS-Ne...
    You had a NetBox instance running and it's gone after your system rebooted? Don't worry, Jeremy shows you how to deal with this problem!
    #Viatto

КОМЕНТАРІ • 12

  • @davidwilliss5555
    @davidwilliss5555 2 роки тому +9

    You can also do "docker-compose up -d" which makes it run in the background.
    Also, if you forget to do the & or -d, you can type ctrl-z. That will suspend the foreground job. Then the command "bg" will continue that command in the background as if you had put the "&" on the end..

  • @denzelcarter3176
    @denzelcarter3176 2 роки тому +3

    Awesome series of videos! I have successfully implemented netbox. If you could, would it be possible for you to make a video on how to backup netbox database to your local machine or to an FTP server? Thank you!

  • @denxos
    @denxos 2 роки тому

    Btw, this also works if you add the restart command into the docker-compose.yml file as well. You have to add restart below each of the Netbox services.

  • @davidwilliss5555
    @davidwilliss5555 2 роки тому

    Hey, Is there a way to sync NetBox and Proxmox so that if you create a VM on proxmox it automatically populates in netbox? If so, please do a video on that.

  • @netwarking
    @netwarking 3 роки тому +1

    Could you please make a video on how ISPs provide public IPv4 to it's customers without wasting IPs?

  • @danielhimes9068
    @danielhimes9068 3 роки тому

    Is there a good way to make this HTTPS? Don't want my giant pile of network documentation using HTTP

  • @majedabutrab9777
    @majedabutrab9777 3 роки тому +1

    Ty Mr 👌waiting the next video

  • @godismeme272
    @godismeme272 3 роки тому

    Should I start in netbox with the anticipation of migrating it to nautobot?

    • @aaronriggan2373
      @aaronriggan2373 3 роки тому +1

      Right now, they're largely the same thing since the project was forked. I'd say stick with NetBox until they grow different enough that you can make an informed decision based on your needs.

  • @graemehay2607
    @graemehay2607 2 роки тому +6

    I found it necessary to use this override file instead. Must have been a netbox upgrade since this video was made.
    tee docker-compose.override.yml

  • @ti4go
    @ti4go 3 роки тому +3

    docker-compose up -d ;)

  • @thornsoflust5
    @thornsoflust5 3 роки тому

    Indeed bless their soul