mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -28,6 +28,7 @@ RUN apk -U --no-cache add \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
# Start elasticpot
|
||||
STOPSIGNAL SIGINT
|
||||
USER elasticpot:elasticpot
|
||||
WORKDIR /opt/ElasticpotPY/
|
||||
CMD ["/usr/bin/python3","main.py"]
|
||||
|
@ -10,7 +10,6 @@ services:
|
||||
build: .
|
||||
container_name: elasticpot
|
||||
restart: always
|
||||
stop_signal: SIGINT
|
||||
networks:
|
||||
- elasticpot_local
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user