invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
398 stars 264 forks source link

Inconsistent port info on docker hub #413

Open Timmmy opened 2 years ago

Timmmy commented 2 years ago

Describe the bug Docker hub documentation https://hub.docker.com/r/invoiceninja/invoiceninja/ mentions a default port of 80, but in the example docker command port 9000 is the only mapped port.

Are these used for different purposes or is there an inconsistency here?

turbo124 commented 2 years ago

The example docs there are quite old, i would suggest following the ReadMe on this repo.

Timmmy commented 2 years ago

Thanks @turbo124 . Scope seems a bit different however, unless I missed it, the repo seems to contain only info about running on docker-compose which uses an env file as opposed to the command line args in docker.

Anyhow, you can figure it out, but it's not so easy for people new to docker.

That being said, port 80 is the answer then.