You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello, I launched the docker container according to the instructions, but I can't access the web browser
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
The text was updated successfully, but these errors were encountered: