I got this infinite restart when using custom USER_ID and GROUP_ID:
services:
tor:
image: ghcr.io/domistyle/docker-tor-browser:14.5.7
container_name: app-tor
env_file: ../tor/.env
networks:
- tor
ports:
- 127.0.0.1:5801:5800
restart: unless-stopped
networks:
tor:
name: tor
TZ=Europe/Rome
USER_ID=666
GROUP_ID=666
DARK_MODE=1
DISPLAY_WIDTH=2560
DISPLAY_HEIGHT=1440
WEB_FILE_MANAGER=true
WEB_FILE_MANAGER_ALLOWED_PATHS=/output
I got this infinite restart when using custom USER_ID and GROUP_ID: