You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/compose-file/services.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1817,7 +1817,7 @@ events.
1817
1817
If there is no cached image, a failure is reported.
1818
1818
- `missing`: Compose pulls the image only if it's not available in the platform cache.
1819
1819
This is the default option if you are not also using the [Compose Build Specification](build.md).
1820
-
`if_not_present`is considered an alias for this value for backward compatibility.
1820
+
`if_not_present`is considered an alias for this value for backward compatibility. The `latest` tag is always pulled even when the `missing` pull policy is used.
1821
1821
- `build`: Compose builds the image. Compose rebuilds the image if it's already present.
1822
1822
- `daily`: Compose checks the registry for image updates if the last pull took place more than 24 hours ago.
1823
1823
- `weekly`: Compose checks the registry for image updates if the last pull took place more than 7 days ago.
0 commit comments