Skip to content

Commit

Permalink
Add Docker stack file for play with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-ganbold committed Jul 30, 2019
1 parent 4ce875a commit 715c55e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker_stack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: "3.7"

services:
pacu:
image: rhinosecuritylabs/cloudgoat:latest
restart: always
tty: true
networks:
- redteam

networks:
redteam:

0 comments on commit 715c55e

Please sign in to comment.