OpenAttackDefenseTools / tulip

Network analysis tool for Attack Defence CTF
GNU General Public License v3.0
264 stars 36 forks source link

Czech QOL changes #28

Closed liskaant closed 11 months ago

liskaant commented 1 year ago

Here are a few QOL changes from the Czech ECSC Team. Specifically:

Thanks for open-sourcing Tulip. Love from Team Czenk :heart:

meme-lord commented 1 year ago

You should use restart: unless-stopped instead of restart: on-failure in docker-compose. Some services can exit with code 0 and on-failure won't restart them in that case. For example if you use PCAP-Over-IP and stop the tcpdump process the assembler service will exit with code 0 and not start again.

liskaant commented 1 year ago

You should use restart: unless-stopped instead of restart: on-failure in docker-compose ...

Good point, changed