AppFlowy/frontend/scripts/docker-buildfiles/docker-compose.yml
2022-01-27 14:18:41 -05:00

12 lines
208 B
YAML

version: "3"
services:
app:
build: .
stdin_open: true
# tty: true
environment:
- DISPLAY=${DISPLAY}
volumes:
- $HOME/.Xauthority:/root/.Xauthority:rw
network_mode: host