mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
fix: Fixes docker-compose up error and warning
This commit is contained in:
parent
130923af55
commit
7a197df57c
1 changed files with 4 additions and 1 deletions
|
@ -5,8 +5,11 @@ services:
|
||||||
build: .
|
build: .
|
||||||
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
|
||||||
network_mode: host
|
network_mode: host
|
Loading…
Add table
Add a link
Reference in a new issue