mirror of https://github.com/1N3/Sn1per.git
Add file
This commit is contained in:
parent
88dc7f3afd
commit
11dc28dcc4
|
|
@ -0,0 +1,19 @@
|
||||||
|
version: '3.9'
|
||||||
|
|
||||||
|
x-logging: &default-logging
|
||||||
|
options:
|
||||||
|
max-size: "40m"
|
||||||
|
max-file: "10"
|
||||||
|
driver: json-file
|
||||||
|
|
||||||
|
services:
|
||||||
|
kali-linux:
|
||||||
|
container_name: kali-linux
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
blackarch:
|
||||||
|
container_name: blackarch
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.blackarch
|
||||||
Loading…
Reference in New Issue