mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
19 lines
363 B
YAML
19 lines
363 B
YAML
version: '2.3'
|
|
|
|
services:
|
|
|
|
# Ciscoasa service
|
|
ciscoasa:
|
|
build: .
|
|
container_name: ciscoasa
|
|
restart: always
|
|
tmpfs:
|
|
- /tmp/ciscoasa:uid=2000,gid=2000
|
|
network_mode: "host"
|
|
ports:
|
|
- "5000:5000/udp"
|
|
- "8443:8443"
|
|
image: "dtagdevsec/ciscoasa:1811"
|
|
read_only: true
|
|
volumes:
|
|
- /data/ciscoasa/log:/var/log/ciscoasa
|