Git Product home page Git Product logo

Comments (2)

buchdag avatar buchdag commented on June 6, 2024 2

Hi.

This is not acme-companion issue but a Docker CLI usage issue.

--env arguments must be passed before the name of the docker image you want to run, so before nextcloud. If you pass it after the image name it will be passed as CMD to the container, which is why you get this error from nextcloud (you are passing those --env arguments to the nextcloud process running in the container, and he does not understand them).

You should not have nginx at the end, that make no sense.

$ docker run --detach \
    --name nextcloud \
    -p 8080:80 \
    -v /home/user/nextcloud:/var/www/html \
    --network nextcloud-net \
    --env "VIRTUAL_HOST=subdomain.domain.tld" \
    --env "LETSENCRYPT_HOST=subdomain.domain.tld" \
    nextcloud

https://docs.docker.com/engine/reference/commandline/run/

from acme-companion.

AndhikaFW avatar AndhikaFW commented on June 6, 2024

Hi, thanks for your reply. I can confirm that acme-companion is running as it should and I had a Docker CLI usage issue. However I've been playing with arguments and It didn't work either, after a bit of trying I found that I also had NordVPN mesh net issue that is blocking the connection, which I already fixed by restarting the service. Again huge thanks for helping me solving the issue, I really appreciate it.

from acme-companion.

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.