1
0
mirror of synced 2026-01-07 00:01:39 -05:00
Files
docs/data/reusables/actions/redis-label-description.md
2023-05-12 19:42:30 +00:00

449 B

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 on Docker Hub.