Fixed Docker launcher

This commit is contained in:
Valentino Orlandi 2023-07-29 15:06:20 +02:00
parent eb05354571
commit 70cccc1616
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
xhost +local:
docker run --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix: -v logdoctordata:/ logdoctor:latest
docker run --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /var/log:/var/log -v logdoctordata:/root logdoctor:latest
xhost -local: