This commit is contained in:
t3chn0m4g3
2018-09-11 12:19:26 +00:00
parent 992d453b9a
commit 0c86bd9a5a
42 changed files with 15 additions and 946 deletions

View File

@ -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"]

View File

@ -10,7 +10,6 @@ services:
build: .
container_name: elasticpot
restart: always
stop_signal: SIGINT
networks:
- elasticpot_local
ports: