Sign inSign up

meschac38000/redis

By meschac38000

Updated about 2 years ago

Simple image based on redis:7.2-alping tag used to test functionality locally by Eliam

Image
Developer tools
0

1.2K

meschac38000/redis repository overview

Example docker compose service

cache:
    image: meschac38000/redis
    container_name: cache
    restart: always
    env_file:
        - .env
    ports:
        - 6379:6379
    volumes:
        - volume-data:/data
    privileged: true
    command: sh -c "./entrypoint.sh"

Tag summary

Content type

Image

Digest

sha256:f80b15643

Size

16 MB

Last updated

about 2 years ago

docker pull meschac38000/redis