server icon indicating copy to clipboard operation
server copied to clipboard

[Help Wanted]

Open ArtemBelykh opened this issue 1 year ago • 3 comments

Hello, I launched the docker container according to the instructions, but I can't access the web browser

root@NAS:/standardnotes# docker ps
CONTAINER ID   IMAGE                       COMMAND                  CREATED          STATUS                            PORTS                                         NAMES
6534156dbcff   localstack/localstack:3.0   "docker-entrypoint.sh"   29 seconds ago   Up 8 seconds (health: starting)   4510-4559/tcp, 4566/tcp, 5678/tcp             localstack_self_hosted
8c43dd005037   standardnotes/server        "docker-entrypoint.sh"   29 seconds ago   Up 10 seconds                     0.0.0.0:3000->32401/tcp, :::3000->32401/tcp   server_self_hosted
8daa7a1588c2   mysql:8                     "docker-entrypoint.s…"   29 seconds ago   Up 13 seconds                     3306/tcp, 33060/tcp                           db_self_hosted
438fefd463bb   redis:6.0-alpine            "docker-entrypoint.s…"   29 seconds ago   Up 10 seconds                     6379/tcp                                      cache_self_hosted
root@NAS:/standardnotes#

I go to localhost:32401 or 192.168.1.49:32401(this is my server on the local network) and get the error This site can't be reached(ERR_CONNECTION_REFUSED) why so, please help me, my docker started without problems in docker-compose.yaml I changed only the port of standardnotes/server

ArtemBelykh avatar Jan 06 '24 19:01 ArtemBelykh

Can you post your docker compose contents? Also, what OS are you running.

AdamXweb avatar Jan 15 '24 02:01 AdamXweb

Can you post your docker compose contents? Also, what OS are you running.

OS: Fedora Server 39 There is no content yet, I just installed docker

ArtemBelykh avatar Jan 15 '24 05:01 ArtemBelykh

What is inside the docker-compose.yml you used to start the server, can you post it here to help check? A couple things that may be the issue;

AdamXweb avatar Jan 15 '24 23:01 AdamXweb