-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
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.