mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-01 04:38:51 +00:00
tweaking ciscoasa
This commit is contained in:
parent
d3546b1ae0
commit
f49f454a42
5 changed files with 10 additions and 6 deletions
|
@ -11,7 +11,8 @@ services:
|
||||||
- /tmp/ciscoasa:uid=2000,gid=2000
|
- /tmp/ciscoasa:uid=2000,gid=2000
|
||||||
# cpu_count: 1
|
# cpu_count: 1
|
||||||
# cpus: 0.25
|
# cpus: 0.25
|
||||||
network_mode: "host"
|
networks:
|
||||||
|
- ciscoasa_local
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000/udp"
|
- "5000:5000/udp"
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
|
|
|
@ -51,7 +51,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp/ciscoasa:uid=2000,gid=2000
|
- /tmp/ciscoasa:uid=2000,gid=2000
|
||||||
network_mode: "host"
|
networks:
|
||||||
|
- ciscoasa_local
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000/udp"
|
- "5000:5000/udp"
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
|
|
|
@ -48,10 +48,10 @@ services:
|
||||||
ciscoasa:
|
ciscoasa:
|
||||||
container_name: ciscoasa
|
container_name: ciscoasa
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
|
||||||
- ciscoasa_local
|
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp/ciscoasa:uid=2000,gid=2000
|
- /tmp/ciscoasa:uid=2000,gid=2000
|
||||||
|
networks:
|
||||||
|
- ciscoasa_local
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000/udp"
|
- "5000:5000/udp"
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
|
|
|
@ -51,7 +51,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp/ciscoasa:uid=2000,gid=2000
|
- /tmp/ciscoasa:uid=2000,gid=2000
|
||||||
network_mode: "host"
|
networks:
|
||||||
|
- ciscoasa_local
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000/udp"
|
- "5000:5000/udp"
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
|
|
|
@ -51,7 +51,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp/ciscoasa:uid=2000,gid=2000
|
- /tmp/ciscoasa:uid=2000,gid=2000
|
||||||
network_mode: "host"
|
networks:
|
||||||
|
- ciscoasa_local
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000/udp"
|
- "5000:5000/udp"
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
|
|
Loading…
Reference in a new issue