Giter Club home page Giter Club logo

Comments (2)

afruit avatar afruit commented on June 2, 2024 1

Update:

I fixed it using freedog96150's solution, seen here:
https://community.easyengine.io/t/services-and-sites-not-restarting-on-reboot/14195/2

Solution Summarized:

  1. Disable each site on droplet individually with: sudo ee site disable sitename.com
  2. Run docker-compose down && docker-compose up -d (must cd into the services directory beforehand)
  3. Re-enable each site on droplet individually with: sudo ee site enable sitename.com

His theorization on why this happens is interesting. I guess no fix has been employed by EasyEngine to allow a more organized start up process.

from easyengine.

afruit avatar afruit commented on June 2, 2024

Additional info:

If I run:
ip -br a

One of the things I see in the output is:
docker0 DOWN 10.0.0.1/24

This Networking Configuration Issues article at Digital Ocean makes it sound like it shouldn't be that way:
https://docs.digitalocean.com/support/check-your-droplets-network-configuration/

I can not run ifup, however, because I would need to install ifupdown with:apt install ifupdown, and as I have already established above, my droplet isn't able to connect externally.

from easyengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.