AppFlowy/frontend/scripts/docker-buildfiles/docker-compose.yml
Mike Wallace e0e48f1e99
Deleted doc file, it's in the wiki now. (#198)
Move the scripts to the script folder.
2021-12-23 23:47:33 -05:00

12 lines
208 B
YAML
Executable File

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