mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 10:49:07 +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:ee7f945dc2cc47e0a5776f3f86dfe5b70455a725
|
|
environment:
|
|
- SDL_VIDEODRIVER=dummy
|
|
- XDG_RUNTIME_DIR=/var/tmp
|
|
network_mode: host
|