Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created January 9, 2022 18:30
Show Gist options
  • Select an option

  • Save mr-pascal/7b105afa14502075ee227bc39a11dafc to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/7b105afa14502075ee227bc39a11dafc to your computer and use it in GitHub Desktop.
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