1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Document how to specify an image version (#24009)

Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
Mike Perham
2023-05-12 12:42:30 -07:00
committed by GitHub
parent 17ff8cbde2
commit 4171446536

View File

@@ -1 +1 @@
The workflow configures a service container with the label `redis`. All services must run in a container, so each service requires that you specify the container `image`. This example uses the `redis` container image, and includes health check options to make sure the service is running. For more information, see the [redis image](https://hub.docker.com/_/redis) on Docker Hub.
The workflow configures a service container with the label `redis`. All services must run in a container, so each service requires that you specify the container `image`. This example uses the `redis` container image, and includes health check options to make sure the service is running. Append a tag to the image name to specify a version, e.g. `redis:6`. For more information, see the [redis image](https://hub.docker.com/_/redis) on Docker Hub.