jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

Passing an URL #119

Closed rponline345 closed 1 year ago

rponline345 commented 2 years ago

Hello,

is possible to pass an start URL, which will be loaded in the container on startup ?

Regards, Robert

JamesYuan commented 2 years ago

-e FF_HOME_PAGE=https://google.com

MysticNynja commented 2 years ago

This is not working for me at all. I pass in the -e and nothing happens.

Here is my cmd

docker run -d --name=firefox -p 5800:5800 -v /docker/appdata/firefox:/config:rw --shm-size 2g -e FF_HOME_PAGE=https://www.google.com jlesage/firefox

enk21 commented 2 years ago

-e "FF_PREF_WELCOME_URL=startup.homepage_welcome_url=\"https://google.com\""

jlesage commented 1 year ago

Implemented in latest image.