1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-24 08:21:17 +02:00
Files
wiki/wiki/docker-images/redis.md

15 lines
595 B
Markdown

# redis
This is a docker container for a redis database.
The official container and documentation was made by [redis](https://hub.docker.com/_/redis).
The Docker container is mainly used in combination with other containers.
To achieve this in the easiest way use a docker-compose file.
## Volumes
Set the following volumes in the `volumes:` section of the docker-compose file.
| Outside mount/volume name | Container mount | Description |
| ------------------------- | --------------- | -------------------- |
| `redis` | `/data` | storage for all data |