Add firefox profile volume to docker-compose.yaml

This commit is contained in:
Myve 2025-01-21 01:29:11 +00:00
commit 3981271dff

View file

@ -9,6 +9,8 @@ services:
# - seccomp:unconfined
environment:
MYVNC_VNCPASS: ${MYVNC_FIREFOX_VNCPASS}
volumes:
- ./profile:/home/user/firefox
networks:
- firefox
firefox-novnc: