Skip to content

Instantly share code, notes, and snippets.

@NatpakalJAM
Last active April 4, 2019 06:36
Show Gist options
  • Save NatpakalJAM/d2bd061ba8eab60ca670ec2e04537c80 to your computer and use it in GitHub Desktop.
Save NatpakalJAM/d2bd061ba8eab60ca670ec2e04537c80 to your computer and use it in GitHub Desktop.

Revisions

  1. NatpakalJAM renamed this gist Apr 4, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. NatpakalJAM created this gist Apr 4, 2019.
    16 changes: 16 additions & 0 deletions docker-redis-commander
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    version: '3'
    services:
    redis:
    container_name: redis
    hostname: redis
    image: redis

    redis-commander:
    container_name: redis-commander
    hostname: redis-commander
    image: rediscommander/redis-commander:latest
    restart: always
    environment:
    - REDIS_HOSTS=local:redis:6379
    ports:
    - "8081:8081"