Domain.test This site can’t be reached

Just reinstalled imagewize.test and now I am getting a This site can’t be reached. imagewize.test’s server IP address could not be found.. Docker containers are running:

docker ps
NAMES                           IMAGE                           CREATED ago         STATUS              COMMAND                  SIZE
ee-cron-scheduler               easyengine/cron:v4.0.0          3 minutes ago ago   Up 3 minutes        "/usr/bin/ofelia dae…"   0B
imagewizetest_nginx_1           easyengine/nginx:v4.0.0         5 minutes ago ago   Up 5 minutes        "/usr/bin/openresty …"   0B
imagewizetest_php_1             easyengine/php:v4.0.0           5 minutes ago ago   Up 5 minutes        "docker-entrypoint.s…"   0B
imagewizetest_postfix_1         easyengine/postfix:v4.0.0       5 minutes ago ago   Up 4 minutes        "postfix start-fg"       0B
services_global-redis_1         easyengine/redis:v4.0.0         6 minutes ago ago   Up 6 minutes        "docker-entrypoint.s…"   0B
services_global-db_1            easyengine/mariadb:v4.0.0       5 days ago ago      Up 12 hours         "docker-entrypoint.s…"   0B
services_global-nginx-proxy_1   easyengine/nginx-proxy:v4.0.1   5 days ago ago      Up 12 hours         "/app/docker-entrypo…"   0B

and docker ps -a

ps -a
NAMES                           IMAGE                           CREATED ago          STATUS                      COMMAND                  SIZE
ee-cron-scheduler               easyengine/cron:v4.0.0          22 minutes ago ago   Up 22 minutes               "/usr/bin/ofelia dae…"   0B
imagewizetest_nginx_1           easyengine/nginx:v4.0.0         23 minutes ago ago   Up 23 minutes               "/usr/bin/openresty …"   0B
imagewizetest_php_1             easyengine/php:v4.0.0           23 minutes ago ago   Up 23 minutes               "docker-entrypoint.s…"   0B
imagewizetest_postfix_1         easyengine/postfix:v4.0.0       23 minutes ago ago   Up 23 minutes               "postfix start-fg"       0B
services_global-redis_1         easyengine/redis:v4.0.0         25 minutes ago ago   Up 25 minutes               "docker-entrypoint.s…"   0B
services_global-db_1            easyengine/mariadb:v4.0.0       5 days ago ago       Up 12 hours                 "docker-entrypoint.s…"   0B
services_global-nginx-proxy_1   easyengine/nginx-proxy:v4.0.1   5 days ago ago       Up About a minute           "/app/docker-entrypo…"   0B
cranky_cartwright               4ef3f21ea3dd                    12 days ago ago      Exited (100) 12 days ago    "/bin/sh -c 'if [ ${…"   0B
serene_banach                   4ef3f21ea3dd                    12 days ago ago      Exited (100) 12 days ago    "/bin/sh -c 'if [ ${…"   0B
nostalgic_hodgkin               4ef3f21ea3dd                    12 days ago ago      Exited (127) 12 days ago    "/bin/sh -c 'if [ ${…"   0B
kind_perlman                    4ef3f21ea3dd                    12 days ago ago      Exited (127) 12 days ago    "/bin/sh -c 'if [ ${…"   0B
serene_hoover                   28cf3a5acf7a                    13 days ago ago      Exited (100) 13 days ago    "/bin/sh -c 'if [ ${…"   0B
happy_mahavira                  28cf3a5acf7a                    13 days ago ago      Exited (100) 13 days ago    "/bin/sh -c 'if [ ${…"   0B
container2                      alpine                          2 months ago ago     Exited (137) 2 months ago   "/bin/sh"                0B
container1                      alpine                          2 months ago ago     Exited (137) 2 months ago   "/bin/sh"                0B
fervent_blackburn               ubuntu                          2 months ago ago     Exited (137) 2 months ago   "/bin/bash -c 'while…"   0B

Site access log only shows 192.168.0.1 - - [07/Feb/2019:00:02:07 +0000] "HEAD / HTTP/1.1" 302 0 "-" "-"

Only Docker is using port 80

lsof -i :80
COMMAND     PID   USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
com.docke 37873 jasper   23u  IPv4 0xc688393b4de846c9      0t0  TCP *:http (LISTEN)

Done a ee cli self-uninstall for now. Will try another time.

@jasperf are you sure the dns finished pointing to this servers ip address?

I.e. can you ping the domain and reach it’s ip address.

If so, try:

Reload all containers of site

$ ee site reload example.com

1 Like

I could not reach it doing a ping so I guess it did not finish. Will set up EasyEngine again later on today and see if it works out better then. @Codes How is DNS set in EE?