DockerHub: Custom Start Command
Hi everyone! Greetings from Brazil! π§π·
I've just upgraded to a Hobby Plan. However, I'm having difficulties with Custom Start Commands related to Docker Image at DockerHub.
The image is Selenium Standalone Chrome. https://hub.docker.com/r/selenium/standalone-chrome
Locally, using docker-compose, I set the following attribute:
I need to set the same attribute shm_size: 2g at Railway server, otherwise the service wont work properly. But i can't a find a way to do it.
Tried to mess around with Custom Star Commands, but it fails to build the image. So far, the prompt is:
It gives me the error jarfile selenium/standalone-chrome.jar
Any help will be appreciated π
6 Replies
Project ID:
N/A
N/A
shm_size
is not something the end user is able to change at the momentare u using puppeteer (javascript)?
i guess not.
Just linked with the dockerhub image and tried to run it with some modifications