Skip to content
Snippets Groups Projects
Commit 6803e338 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Pass ${DISPLAY} and ${XAUTHORITY} to the itango container

parent 03d1aa89
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ services: ...@@ -26,6 +26,8 @@ services:
- ${HOME}:/hosthome - ${HOME}:/hosthome
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- XAUTHORITY=${XAUTHORITY}
- DISPLAY=${DISPLAY}
stdin_open: true stdin_open: true
tty: true tty: true
entrypoint: entrypoint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment