Created
August 31, 2021 20:19
-
-
Save b-long/2b40fd283b5e6d45ed94b9cb4467cb38 to your computer and use it in GitHub Desktop.
Redis, docker-compose, hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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