eating my ports

This commit is contained in:
Yann Autissier 2022-11-16 13:25:56 +00:00
parent 89b43dbd09
commit cf1e202636
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