strapi-community / strapi-tool-dockerize

Easy add support for docker to your strapi project
MIT License
504 stars 34 forks source link

Unable to connect to Strapi Admin page #108

Open premedios opened 4 months ago

premedios commented 4 months ago

🐛 Bug Report

Trying to access http://localhost:1337 returns a blank page

🤷‍♀️ What did you do

After running

docker-compose up -d

I clicked on the port link of the container in Docker Desktop (Windows)

⛔️ Error log

No error logs

🕵️‍♀️ Stack trace

No Stack Trace


## 🙇‍♀️ Expected behavior/code

Expected to see "Create admin user" page

## 👩‍💻 Environment

- 📦 Node version: 18-alpine as per generated Dockerfile
- 💻 OS: Windows 11

## 💡 Possible Solution

<!-- Only if you have suggestions on a fix for the bug -->

## 📺 Additional context/Screenshots

Dockerfile has not been modified
.docker_compose.yml has not been modified
Eventyret commented 4 months ago

What's the output of the container log, Is it running or any errors in it. Also what's the ip your trying to access

premedios commented 4 months ago

The container logs have no errors. It ends indicating the url http://localhost:1337/admin. That is the url I'm trying to access.