-
Notifications
You must be signed in to change notification settings - Fork 309
when i am modefing the docker-compose.yml with some foren containers it fails to auto start on reboot #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you paste your docker-compose.yml file? |
|
Hey @DevSaumyadip there's 2 issues here. The first one, the issue that the "container" doesn't start (I'm assuming you mean the
Make sure the indentation is correct or it will error. The second issue is harder to diagnose. Can you copy and paste the exact error message you see, along with the commands you entered in to produce it? |
no after adding restart: unless-stopped it does not work also, I think that's a bug with Docker version 19.03.8 |
whenever the container is updated, it does not auto start on system restart and also pushes with a warning to remove the foreign container, can u suggest me a fix. Thanks in advance.
The text was updated successfully, but these errors were encountered: