Open BulldozerPete opened 2 years ago
I was able to deploy an always restart container.
But I am struggling to translate the mentioned linux command: docker run --rm -v ${PWD}:/app/data -i -t --sig-proxy=false ghcr.io/tychothetaco/twitch-drops-bot:latest-release
into a portainer setup.
Especially:
--rm -v
and
-i -t --sig-proxy=false
.
I have never used Portainer so unfortunately can't help you with that, but if you (or anyone else) figures it out and wants to add a section about it in the readme I would be happy to accept a PR.
How-to:
I don't know where to edit "--sig-proxy=false" and what this will do.
But can be edited here:
Don't forget that your container has to be flagged as interactive and TTY.
I'm actually using Portainer for this myself.
@dethmourne How do I do that?
Bottom of the container create/edit screen - see screenshot.
A how-to-run for Twitch-Drops-Bot in Portainer would be nice. Installing docker is easy and portainter too, but I am struggling to set up a docker container in portainer that will restart after each reboot an can be easily updated via redeploy.