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
I ran browser-as-a-service like README.md. Service is hang. Long time wait for response and fail.
Here is my run & test command docker run -d -e "API_KEYS=abcd" -p "9453:3000" hfreire/browser-as-a-service curl -X GET --header 'x-api-key:abcd' 'http://localhost:9453/open?url=https%3A%2F%2Fwww.google.com'
docker process is OK. docker ps command result : dddd9968deb2 hfreire/browser-as-a-service "/start.sh" 5 hours ago Up 12 minutes (health: starting) 0.0.0.0:9453->3000/tcp sick_stallman
network port is OK . netstat -nlp | grep 9453 command result : tcp6 0 0 :::9453 :::* LISTEN 21687/docker-proxy-
I analyzed this today. A full time. I guess it's problem at nightmare
thanks
The text was updated successfully, but these errors were encountered:
hi.
I ran browser-as-a-service like README.md.
Service is hang. Long time wait for response and fail.
Here is my run & test command
docker run -d -e "API_KEYS=abcd" -p "9453:3000" hfreire/browser-as-a-service
curl -X GET --header 'x-api-key:abcd' 'http://localhost:9453/open?url=https%3A%2F%2Fwww.google.com'
browser-as-a-service information. docker images hfreire/browser-as-a-service
docker.io/hfreire/browser-as-a-service latest 65d52a8acfb1 2 weeks ago 702.9 MB
docker process is OK. docker ps command result :
dddd9968deb2 hfreire/browser-as-a-service "/start.sh" 5 hours ago Up 12 minutes (health: starting) 0.0.0.0:9453->3000/tcp sick_stallman
network port is OK . netstat -nlp | grep 9453 command result :
tcp6 0 0 :::9453 :::* LISTEN 21687/docker-proxy-
I analyzed this today. A full time. I guess it's problem at nightmare
thanks
The text was updated successfully, but these errors were encountered: