mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
playing with signals
This commit is contained in:
@ -35,4 +35,4 @@ RUN apk -U upgrade && \
|
||||
# Start elasticsearch-head
|
||||
WORKDIR /opt/ciscoasa_honeypot
|
||||
USER ciscoasa:ciscoasa
|
||||
CMD python3 asa_server.py --enable_ssl --verbose >> /var/log/ciscoasa/ciscoasa.log 2>&1
|
||||
CMD exec python3 asa_server.py --enable_ssl --verbose >> /var/log/ciscoasa/ciscoasa.log 2>&1
|
||||
|
@ -12,6 +12,7 @@ services:
|
||||
build: .
|
||||
container_name: ciscoasa
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
networks:
|
||||
- ciscoasa_local
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user