-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems to connect #18
Labels
Comments
fpm doesn't speak http.
It is somehow written in the README, but can be more explicit. I agree
with that.
It is a known issue...
docker-library/docs#238
…On 24-11-2016 10:48, Frank Karlitschek wrote:
steps to reproduce:
git clone https://github.com/nextcloud/docker
cd docker
docker build -t nextcloud .
docker run -d -p 9000:9000
If I now try to connect on localhost:9000 I get nothing. Compare that to
nginx where I run:
docker run -d -p 80:80 --name webserver nginx
Then I can connect on localhost:80.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABxvHXok5by8LXw9wfTVIkRph49gljFhks5rBWtxgaJpZM4K7g6->.
--
I use PGP to protect our privacy, if you want to know more, you can
follow this
https://emailselfdefense.fsf.org/en/
If you have further questions, please do not hesitate to ask.
You can verify my public key here: https://keybase.io/pierreozoux
|
It is pretty explicit in the readme. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
steps to reproduce:
git clone https://github.com/nextcloud/docker
cd docker
docker build -t nextcloud .
docker run -d -p 9000:9000
If I now try to connect on localhost:9000 I get nothing. Compare that to nginx where I run:
docker run -d -p 80:80 --name webserver nginx
Then I can connect on localhost:80.
The text was updated successfully, but these errors were encountered: