mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tanner, snare, deps
This commit is contained in:
17
docker/tanner/phpox/docker-compose.yml
Normal file
17
docker/tanner/phpox/docker-compose.yml
Normal 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"
|
Reference in New Issue
Block a user