jlesage / docker-firefox

Docker container for Firefox
MIT License
1.4k stars 266 forks source link

[Feature request] Can you a way to launch firefox with desired URL #243

Closed thekarananand closed 1 week ago

thekarananand commented 3 weeks ago

Idea

rather then launching the default page, add option to launch desired url

fish-not-phish commented 2 weeks ago

this option exists, you just need to enter an environment variable -e FF_OPEN_URL <desired_url>

jlesage commented 1 week ago

Correct, the FF_OPEN_URL environment variable can be used for this.