|
@@ -6,8 +6,11 @@ services:
|
|
image: appflowy/appflowy:latest
|
|
image: appflowy/appflowy:latest
|
|
stdin_open: true
|
|
stdin_open: true
|
|
# tty: true
|
|
# tty: true
|
|
|
|
+ devices:
|
|
|
|
+ - "/dev/dri:/dev/dri" # fixes MESA-LOADER error
|
|
environment:
|
|
environment:
|
|
- DISPLAY=${DISPLAY}
|
|
- DISPLAY=${DISPLAY}
|
|
|
|
+ - NO_AT_BRIDGE=1 # fixes dbind-WARNING
|
|
volumes:
|
|
volumes:
|
|
- $HOME/.Xauthority:/root/.Xauthority:rw
|
|
- $HOME/.Xauthority:/root/.Xauthority:rw
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|