mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
18 lines
250 B
YAML
18 lines
250 B
YAML
![]() |
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"
|