Skip to content

Commit

Permalink
Add docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdot-dev committed Feb 9, 2024
1 parent ec65167 commit bf034d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
wef:
stdin_open: true
tty: true
privileged: true
network_mode: host
pid: host
environment:
- DISPLAY=${DISPLAY}
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
image: finchsec/wef

0 comments on commit bf034d9

Please sign in to comment.