Skip to content

Commit

Permalink
added docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nytr0gen committed Mar 24, 2020
1 parent bcc02e9 commit 72c4e1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

This docker build is authored by 0xdevalias (https://github.com/0xdevalias/docker-oxml_xxe), maintained as part of oxml_xxe.

# Run
Run with the command below, then go to http://localhost:4567/

```bash
docker-compose up
```

## To-do

- add docker-compose
- add instructions to build
8 changes: 8 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "2.2"

services:

web:
build: ./
ports:
- "127.0.0.1:4567:4567"

0 comments on commit 72c4e1a

Please sign in to comment.