Skip to content

Instantly share code, notes, and snippets.

@b-long
Created August 31, 2021 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b-long/2b40fd283b5e6d45ed94b9cb4467cb38 to your computer and use it in GitHub Desktop.
Save b-long/2b40fd283b5e6d45ed94b9cb4467cb38 to your computer and use it in GitHub Desktop.
Redis, docker-compose, hello world
version: "3.9"
services:
helloworld:
image: "redis:alpine"
command: /bin/echo 'Hello world'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment