mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
tests: Add access to the host X11 socket
This commit is contained in:
parent
e049f45ae9
commit
6f62e750cb
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ services:
|
|||
tests:
|
||||
build: .
|
||||
volumes:
|
||||
- "/etc/group:/etc/group:ro"
|
||||
- "/etc/passwd:/etc/passwd:ro"
|
||||
- "/etc/shadow:/etc/shadow:ro"
|
||||
- "/etc/sudoers.d:/etc/sudoers.d:ro"
|
||||
- "/tmp/.X11-unix:/tmp/.X11-unix:rw"
|
||||
- "$HOME/.Xauthority:/root/.Xauthority:rw"
|
||||
- ".:/root/.vim/bundle/taskwiki:rw"
|
||||
network_mode: "host"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue