Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moved all the custom apps to addons folder. There might be a better way to do it in git to track the changes properly.
Run the docker
docker-compose -f local.yml up -dAfter running above command we might get permission issue to execute entrypoint.sh file. To check the logs
docker container lsAbove command will give the container id for odoo 16. Now copy the container id and run below command
docker container logs --follow container_idCheck the screenshot below.

Now to resolve the permission issue, give the execution permission to .sh file using below command
chmod +x entrypoint.shNow stop the docker and run it again, check below screenshot

Now you can check the logs again, Docker should be up and running.
go to
localhost:10014(default master password:minhng.info)If you want to change the default master password go to
etc/odoo.conffile and search foradmin_passwdand change it's value.Add any python package requirements in
etc/requirements.txtfileDatabase manager link
http://localhost:10014/web/database/manager