mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 00:38:15 +01:00
9 lines
235 B
YAML
9 lines
235 B
YAML
version: "3.9"
|
|
services:
|
|
trezor-user-env-unix:
|
|
image: ghcr.io/trezor/trezor-user-env:4ba1d062469911b9be78eff2c0503ac77b06f598
|
|
environment:
|
|
- SDL_VIDEODRIVER=dummy
|
|
- XDG_RUNTIME_DIR=/var/tmp
|
|
network_mode: host
|