mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: Fixes docker-compose up error and warning
This commit is contained in:
parent
130923af55
commit
7a197df57c
@ -5,8 +5,11 @@ services:
|
||||
build: .
|
||||
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
|
||||
network_mode: host
|
||||
network_mode: host
|
||||
|
Loading…
Reference in New Issue
Block a user