Simple image based on redis:7.2-alping tag used to test functionality locally by Eliam
1.2K
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"
Content type
Image
Digest
sha256:f80b15643…
Size
16 MB
Last updated
about 2 years ago
docker pull meschac38000/redis