tanner, snare, deps

This commit is contained in:
Marco Ochse
2018-05-26 23:09:31 +00:00
parent 1b5e39e448
commit 88e252fbfb
12 changed files with 549 additions and 0 deletions

View File

@ -0,0 +1,17 @@
version: '2.3'
networks:
phpox_local:
services:
# PHP Sandbox service
phpox:
build: .
container_name: phpox
restart: always
stop_signal: SIGKILL
tty: true
networks:
- phpox_local
image: "dtagdevsec/phpox:1804"