mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
.. | ||
docker-compose.yml | ||
docker-entrypoint.sh | ||
Dockerfile | ||
README.md |
redis-arm
docker-compose.yml
redis:
image: easypi/redis-arm
ports:
- "6379:6379"
restart: always