mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
12 lines
208 B
YAML
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 |