Giter Site home page Giter Site logo

Cron problem about docker-cacti HOT 4 CLOSED

pozgo avatar pozgo commented on July 22, 2024
Cron problem

from docker-cacti.

Comments (4)

pozgo avatar pozgo commented on July 22, 2024

Hi,

Please be more specific. ;) Attach your docker-compose.yaml for investigation.
I would say that you have done something wrong if the image is working ok when run manually (meaning there is nothing wrong with the image itself).

from docker-cacti.

leonardolalmeida avatar leonardolalmeida commented on July 22, 2024

Hi,

Sorry.

I just rename from docker-cloud.yml to docker-compose.yml and changed ports.

#########################################
cacti-db:
image: million12/mariadb
environment:
MARIADB_USER: cactiuser
MARIADB_PASS: my_password

cacti:
image: polinux/cacti
links:
- cacti-db
ports:
- "8081:80"
- "4443:443"
environment:
DB_USER: cactiuser
DB_PASS: my_password
DB_ADDRESS: cacti-db

from docker-cacti.

pozgo avatar pozgo commented on July 22, 2024

Try redownloading latest image. And see if that helps.

from docker-cacti.

pozgo avatar pozgo commented on July 22, 2024

All seems to work ok. Closing

from docker-cacti.

Related Issues (5)

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.