Merge pull request #264 from texhno/main

Small fixes for `docker-compose up` command's error and warning
This commit is contained in:
Nathan.fooo 2022-08-03 08:19:51 +08:00 committed by GitHub
commit dfb6ff7d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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