Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help Wanted] #1018

Open
ArtemBelykh opened this issue Jan 6, 2024 · 3 comments
Open

[Help Wanted] #1018

ArtemBelykh opened this issue Jan 6, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@ArtemBelykh
Copy link

ArtemBelykh commented Jan 6, 2024

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 ArtemBelykh added the help wanted Extra attention is needed label Jan 6, 2024
@effieeee effieeee transferred this issue from standardnotes/forum Jan 9, 2024
@AdamXweb
Copy link

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

@ArtemBelykh
Copy link
Author

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

@AdamXweb
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants