LJX2017 opened a new issue, #4039: URL: https://github.com/apache/texera/issues/4039
### Task Summary When starting Texera's single-node release with Docker, the container automatically restarts after Docker startup due to the restart policy. This makes it inconvenient for users, who have to manually shutdown the container every time they start Docker, which is not the expected behavior. This is similar to the issue in LakeFS (see Issue #4019: https://github.com/apache/texera/issues/4019), where containers used `restart: always`. The recommended workaround is to either remove or change the restart policy to avoid unwanted auto-restarts. ### Priority P2 – Medium ### Task Type - [ ] Code Implementation - [ ] Documentation - [ ] Refactor / Cleanup - [ ] Testing / QA - [x] DevOps / Deployment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
