mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking glutton, signals
This commit is contained in:
@ -46,4 +46,4 @@ RUN apk -U upgrade && \
|
||||
|
||||
# Start elasticpot
|
||||
WORKDIR /tmp/heralding/
|
||||
CMD ["heralding","-c","/etc/heralding/heralding.yml","-l","/var/log/heralding/heralding.log"]
|
||||
CMD exec heralding -c /etc/heralding/heralding.yml -l /var/log/heralding/heralding.log
|
||||
|
@ -10,6 +10,7 @@ services:
|
||||
build: .
|
||||
container_name: heralding
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
environment:
|
||||
- PYTHON_EGG_CACHE=/tmp/heralding
|
||||
tmpfs:
|
||||
|
Reference in New Issue
Block a user