mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 18:47:45 +02:00
504 B
504 B
redis
The official container and documentation was made by 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.
Volume-Name | Container mount | Description |
---|---|---|
redis |
/data |
storage for all data |