version: "3.9" services: tor: image: domistyle/tor-browser restart: always expose: - 5800 - 5900 environment: DISPLAY_WIDTH: ${DISPLAY_WIDTH} DISPLAY_HEIGHT: ${DISPLAY_HEIGHT} KEEP_APP_RUNNING: ${KEEP_APP_RUNNING} TZ: ${TZ}