Skip to content
Snippets Groups Projects
Commit 442e7769 authored by Jan David Mol's avatar Jan David Mol
Browse files

Also run itango as our designated container user

parent 7161f6be
No related branches found
No related tags found
1 merge request!6Resolve #2012 "03 29 run containers as user"
...@@ -28,6 +28,7 @@ services: ...@@ -28,6 +28,7 @@ services:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- XAUTHORITY=${XAUTHORITY} - XAUTHORITY=${XAUTHORITY}
- DISPLAY=${DISPLAY} - DISPLAY=${DISPLAY}
user: ${CONTAINER_EXECUTION_UID}
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