Skip to content

Instantly share code, notes, and snippets.

@colinbes
Last active March 3, 2021 20:36
Show Gist options
  • Save colinbes/3d0d5659ac8914e0995e4142a2f2b49c to your computer and use it in GitHub Desktop.
Save colinbes/3d0d5659ac8914e0995e4142a2f2b49c to your computer and use it in GitHub Desktop.
version: '3'
services:
redis:
image: redis:6.2.0-alpine
volumes:
- ./redis-config:/usr/local/etc/redis
ports:
- "12345:6379"
command: redis-server /usr/local/etc/redis/redis.conf
networks:
default:
external:
name: external-example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment