server
server copied to clipboard
[Help Wanted]
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
Can you post your docker compose contents? Also, what OS are you running.
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
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;
- incorrect port config e.g. should be 32401:3000 not 32401:32401
- Fedora has a firewall enabled by default but it would time out not have a connection refuse, but may be an issue