-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hello,
Each time the container starts, it prompts to select the browser profile.
It seems to ignore the checkbox to auto select the profile, am i doing something wrong in my compose?
I'm looking to get a tv to auto logon in view mode with no user interaction, even if the docker vm restarts.
services:
neko:
image: ghcr.io/m1k1o/neko/firefox:latest
restart: unless-stopped
ports:
- "80:8080"
- "56000-56100:56000-56100/udp"
environment:
- NEKO_WEBRTC_EPR=56000-56100
- NEKO_WEBRTC_NAT1TO1=${NEKO_WEBRTC_NAT1TO1}
- NEKO_PASSWORD_ADMIN=${NEKO_MEMBER_MULTIUSER_ADMIN_PASSWORD}
- NEKO_CONTROL_PROTECTED=true
- NEKO_PASSWORD=
volumes:
- ${VOLUME_PATH}:/home/neko/.mozilla
- ./settings/firefoxpolicy.json:/usr/lib/firefox/distribution/policies.json
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels