mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-04-21 23:57:27 +00:00
12 lines
No EOL
208 B
YAML
Executable file
12 lines
No EOL
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 |