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:
@ -29,4 +29,4 @@ RUN apk -U upgrade && \
|
||||
# Start elasticsearch-head
|
||||
WORKDIR /opt
|
||||
USER wetty:wetty
|
||||
CMD /usr/bin/node /opt/node_modules/wetty/app.js -p 64300 --host 127.0.0.1 --sshhost 127.0.0.1 --sshport 64295 --sshuser $MY_SSHUSER
|
||||
CMD exec /usr/bin/node /opt/node_modules/wetty/app.js -p 64300 --host 127.0.0.1 --sshhost 127.0.0.1 --sshport 64295 --sshuser $MY_SSHUSER
|
||||
|
@ -9,6 +9,7 @@ services:
|
||||
build: .
|
||||
container_name: wetty
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
network_mode: "host"
|
||||
env_file:
|
||||
- /opt/tpot/etc/compose/wetty_environment
|
||||
|
Reference in New Issue
Block a user