| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The `image` field is used for the default tag, if it's not specified Compose will infer one in addition to any extra `tags` provided. Better to use `image` for the tag assignment, and a clear `pull_policy` to prevent trying to pull a remote image of the same name.
|
Documentation preview for this PR is ready! 🎉 Built with commit: 91fff82 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
The image field is used for the default tag, if it's not specified Compose will infer one in addition to any extra tags provided.
Better to use image for the tag assignment, and a clear pull_policy to prevent trying to pull a remote image of the same name.