Skip to content

Permission error when using custom USER_ID and GROUP_ID #66

@webysther

Description

@webysther

I got this infinite restart when using custom USER_ID and GROUP_ID:

Image
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions