mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: also mount other required volumes in docker-compose
This commit is contained in:
@ -9,4 +9,7 @@ services:
|
|||||||
- DISPLAY=${DISPLAY}
|
- DISPLAY=${DISPLAY}
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/.Xauthority:/root/.Xauthority:rw
|
- $HOME/.Xauthority:/root/.Xauthority:rw
|
||||||
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
|
- /dev/dri:/dev/dri
|
||||||
|
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
||||||
network_mode: host
|
network_mode: host
|
Reference in New Issue
Block a user