Skip to content

Instantly share code, notes, and snippets.

@adagio
Created March 8, 2020 00:18
Show Gist options
  • Save adagio/56fbc68bafa7bbc06444a8f46ec08f35 to your computer and use it in GitHub Desktop.
Save adagio/56fbc68bafa7bbc06444a8f46ec08f35 to your computer and use it in GitHub Desktop.
Redis on docker-compose
version: '3.1'
services:
redis:
image: redis
restart: always
ports:
- '6379:6379'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment