eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Stuck installing container #17

Closed jakes0ns closed 4 months ago

jakes0ns commented 4 months ago

Routerfleet

Followed the guide, set the .env server address to the IP of my debian VM host and changed the postgres password.

Ran docker compose up -d

The installation hangs everytime, can anyone help?

Thanks

eduardogsilva commented 4 months ago

Hello @jakes0ns !

Maybe your internet connection is a bit slow or you have some issue at your host. The images are a bit large and probably is taking too long for complete.

you can try a "docker system prune -a", it will cleanup your images, but probably will take longer to complete.