Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraithers committed May 12, 2024
1 parent 5fcab8d commit e1e7f7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/appflowy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: "3.3"
services:
appflowy_client:
image: appflowyio/appflowy_client:main
ports:
- ${APP_PORT}:80
- 8043:443
volumes:
- $HOME/.Xauthority:/root/.Xauthority:rw
- /tmp/.X11-unix:/tmp/.X11-unix
Expand Down

0 comments on commit e1e7f7a

Please sign in to comment.