Skip to content

Instantly share code, notes, and snippets.

@wh13371
Created November 24, 2020 12:41
Show Gist options
  • Save wh13371/8fd35b6c533ab11fee67f822454a668b to your computer and use it in GitHub Desktop.
Save wh13371/8fd35b6c533ab11fee67f822454a668b to your computer and use it in GitHub Desktop.
A Redis Docker Container
version: '3'
services:
redis:
image: redis
container_name: redis
ports:
- 6379:6379
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment