

311·
3 months agoThe reality is that we need more resources to continue putting forth the best personal media experience
How stupid do they think we are?
The reality is that we need more resources to continue putting forth the best personal media experience
How stupid do they think we are?
What hell is wrong with these idiots?
Glad to see you got it working. One thing to add that you might find useful:
This is an indication that the container has stopped. Because you have
restart: unless-stopped
set, the container is stuck in a bootloop so portainer will always show a state of eitherstarting
orrunning
. Docker container automatically stop when the application inside the container has exited or completed… Often because the application has encountered an error.Some more information that may or may not be useful:
A good example of a container stopped because the application has finished is the Cross-seed container that people use to cross reference their torrents seeding in their bittorrent client with torrents available on other torrent trackers. In this case, the application runs a search on each tracker, downloads the files and once the search is done the application exits and then the docker container will stop.