Skip to content

Unable to make this work. Website doesn't open. #4

Closed
@wouldntyouknow

Description

@wouldntyouknow

Describe the bug

When I try to open this on my docker instance's IP address and the assigned port nothing is opening. After a little while I am getting a "This site can’t be reached" error. The port is free, tried to play around with that but it shouldn't have an impact, everything else works. I really don't understand this as this is a really really basic compose setup.
Here is my compose file:

services:
  it-tools:
    container_name: it-tools
    image: ghcr.io/sharevb/it-tools:nightly
    pull_policy: always
    restart: unless-stopped
    ports:
      - 8820:80

This is all I see in the logs of the container:

/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2025/01/31 23:52:27 [notice] 1#1: using the "epoll" event method
2025/01/31 23:52:27 [notice] 1#1: nginx/1.26.2
2025/01/31 23:52:27 [notice] 1#1: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309) 
2025/01/31 23:52:27 [notice] 1#1: OS: Linux 6.11.11-1-pve
2025/01/31 23:52:27 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1024:524288
2025/01/31 23:52:27 [notice] 1#1: start worker processes
2025/01/31 23:52:27 [notice] 1#1: start worker process 29
2025/01/31 23:52:27 [notice] 1#1: start worker process 30
2025/01/31 23:52:27 [notice] 1#1: start worker process 31
2025/01/31 23:52:27 [notice] 1#1: start worker process 32

Any ideas what might be wrong? What to check?

What happened?

N/A

System information

N/A

Where did you encounter the bug?

Public app (it-tools.tech)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions