April 17Apr 17 If I click on START ALL I noticed that not all containers will start. What is this button supposed to do? Furthermore some apps that were previously off will turn on even if they autostart is disabled. I am mildly confused.
April 20Apr 20 4 hours ago, Bob-omb said:What do you mean by "stopped containers"? Any container that is not running?Yes.
April 21Apr 21 Author In that case it is definitely not working for me.If I click START ALL only some containers will start. The containers that does not start doesn't have any errors. Manually starting them through the WebGUI works so I am not sure why.
April 23Apr 23 On 4/21/2026 at 3:14 PM, Bob-omb said:In that case it is definitely not working for me.If I click START ALL only some containers will start. The containers that does not start doesn't have any errors. Manually starting them through the WebGUI works so I am not sure why.Couple things to try and look out for:1) if you toggle advance view, do you have any delays on your containers? If you do, start all, to my knowledge, will respect these delays while a manual start of the containers one-by-one won't. So the Start All might just take a smidge longer with the delays in there.2) if you don't have any delays, but have containers that depend on another, add delays. That is, you have an app that depends on a postgres database. Starting all at once might not work without a delay on the database as the app and database will start at the same time and app will fail to find database. Add 10s delay to database and make sure the order of listing is correct (app container below database container). Database will start, countdown 10s then proceed to next container on your list (or that is my interpretation of how delay works based on logs). Ensures your database is ready to accept connection before your app starts. Manually starting your containers one by one would circumvent this problem as all containers are not attempting to start up at once.3) if none of the above applies to you, after you click Start All, refresh page after 15s or so, sometime just the WebUI needs a refresh to show that everything actually has started. Edited April 23Apr 23 by mikescott
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.