m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.94k stars 449 forks source link

how to mount browser profile as volume? #360

Open Weedefix opened 5 months ago

Weedefix commented 5 months ago

Hi,

can you please tell me how to "mount browser profile as volume".

referring to this:

"For Firefox, that is this /home/neko/.mozilla/firefox/profile.default folder, mount it as: -v '${PWD}/data:/home/neko/.mozilla/firefox/profile.default'"

Using ubuntu 20.04. Thankyou.

yesBad commented 5 months ago

You do that in your docker-compose.yml

m1k1o commented 5 months ago

https://stackoverflow.com/a/48442262