Created
September 7, 2019 23:37
-
-
Save amirilovic/d369c848031f7a093e110eb4ff97d273 to your computer and use it in GitHub Desktop.
redis docker compose
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" | |
services: | |
redis: | |
image: redis | |
ports: | |
- "6379:6379" | |
restart: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment