Docker don't work

I was trying to do a quick test of Pydio so I choose docker image. But it doesn’t work.
Your documentation says it’s as easy as pull and run image like:
docker run -d -p 443:443 pydio/cells
and go wuth browser to https://localhost/ but as I noticed there’s nothing on port 443.
But if one look into docker logs she will find that correct port is 8080.
So, you should change you documentation on this page: https://pydio.com/en/community
and proper command should look like:
docker run -d -p 443:8080 pydio/cells
There will be an error page saying this site is not secure but I don’t care. :slight_smile:

Hi @gondaboral and welcome in our community.

nope. our documentation on docker hub that is the reference rather says:

Lanch a test instance with:
docker run -d --network=host pydio/cells
Finalise the configuration at https://localhost:8080 with your DB credentials and you are good to go.

But I reckon we might have some outdated documentation somewhere in our website. Would you be so kind as to point out the page where you found your source, so we can update if necessary ?

Hello,
you’re right it’s on this page:
https://pydio.com/en/community
I section: Using Docker Container

Hope this helped.

Regards,
Paweł

Hi Pawel,

You are right, well spotted. Thanks for the feedback.
We will update this.

And it has been updated…

By the way, do not hesitate to mark this thread as solved and/or change the title (in the end, it was rather a config issue, the docker image has been working all along… ).

If I could… I don’t know how to make it.

This topic was automatically closed 11 days after the last reply. New replies are no longer allowed.