Created
January 9, 2022 18:30
-
-
Save mr-pascal/7b105afa14502075ee227bc39a11dafc to your computer and use it in GitHub Desktop.
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:6.2.6-alpine | |
| restart: always | |
| container_name: redis-server | |
| ports: | |
| - 6379:6379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment