Update docker-compose.yaml

This commit is contained in:
bjoernellens1 2023-10-16 17:49:45 +02:00 committed by GitHub
parent 174d04ae6d
commit cb4962bfa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,7 @@ services:
ipc: host ipc: host
# Needed to display graphical applications # Needed to display graphical applications
privileged: true privileged: true
restart: unless-stopped
# teleop # teleop
teleop: teleop:
@ -113,6 +114,7 @@ services:
ipc: host ipc: host
# Needed to display graphical applications # Needed to display graphical applications
privileged: true privileged: true
restart: unless-stopped
# lidar # lidar
lidar: lidar:
@ -174,4 +176,4 @@ services:
volumes: volumes:
# Allows graphical programs in the container. # Allows graphical programs in the container.
- /tmp/.X11-unix:/tmp/.X11-unix:rw - /tmp/.X11-unix:/tmp/.X11-unix:rw
- ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority - ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority