skip to Main Content

Can't connect to mongodb for Unifi Network Application in Docker

I can't get the Unifi Network Application to work. I have two docker compose files: One file is to create the mongodb part, unifi_db.yml --- version: "3.1" services: unifi-db: image: docker.io/mongo:4.4.18 ports: - 27017:27017 environment: MONGO_INITDB_ROOT_USERNAME: admin MONGO_INITDB_ROOT_PASSWORD_FILE : /run/secrets/mongodb_admin_user_password…

VIEW QUESTION

WordPress docker container?

I am incredibly new to Docker, WordPress and Containers. I need to build a draft for a website and I want to use Docker containers as, for some reason, my VM does not work (cannot configure the web interface). I…

VIEW QUESTION
Back To Top
Search