Merge pull request 'eating my ports' (#8) from aya/Astroport.ONE:kill into master

Reviewed-on: qo-op/Astroport.ONE#8
This commit is contained in:
qo-op 2022-11-16 15:25:27 +01:00
commit 5895a85eaf
3 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@ RUN echo "SHELL=/bin/bash" > /var/spool/cron/crontabs/$USER \
&& echo "12 20 * * * /bin/bash /home/zen/.zen/20h12.process.sh > /tmp/20h12.log 2>&1" >> /var/spool/cron/crontabs/$USER \
&& chown $USER /var/spool/cron/crontabs/$USER
HEALTHCHECK CMD [ $(ps aux |grep 'nc -l -p' |wc -l) -lt 199 ] && echo -n OK
USER $USER
ENV SHELL=${SHELL}
WORKDIR /home/$USER

View File

@ -11,7 +11,7 @@ services:
context: ../
dockerfile: docker/Dockerfile
network_mode: host
restart: always
restart: unless-stopped
tty: true
user: ${UID}:${GID}
volumes:

0
tools/ipfs_config.sh Normal file → Executable file
View File