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:
@ -47,4 +47,4 @@ RUN apk -U upgrade && \
|
||||
|
||||
# Run ewsposter
|
||||
USER ews:ews
|
||||
CMD sleep 10 && /usr/bin/python /opt/ewsposter/ews.py -l 60
|
||||
CMD sleep 10 && exec /usr/bin/python /opt/ewsposter/ews.py -l 60
|
||||
|
@ -12,6 +12,7 @@ services:
|
||||
build: .
|
||||
container_name: ewsposter
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
networks:
|
||||
- ewsposter_local
|
||||
env_file:
|
||||
|
Reference in New Issue
Block a user