Keep Netbox Running After Reboot

แชร์
ฝัง

ความคิดเห็น • 12

  • @davidwilliss5555
    @davidwilliss5555 ปีที่แล้ว +8

    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 ปีที่แล้ว

    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.

  • @majedabutrab9777
    @majedabutrab9777 2 ปีที่แล้ว +1

    Ty Mr 👌waiting the next video

  • @davidwilliss5555
    @davidwilliss5555 ปีที่แล้ว

    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.

  • @thornsoflust5
    @thornsoflust5 2 ปีที่แล้ว

    Indeed bless their soul

  • @netwarking
    @netwarking 2 ปีที่แล้ว +1

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

  • @danielhimes9068
    @danielhimes9068 2 ปีที่แล้ว

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

  • @ti4go
    @ti4go 2 ปีที่แล้ว +3

    docker-compose up -d ;)

  • @godismeme272
    @godismeme272 2 ปีที่แล้ว

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

    • @aaronriggan2373
      @aaronriggan2373 2 ปีที่แล้ว +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 ปีที่แล้ว +5

    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