chore: Add container name for cache service in docker-compose.yml

This commit is contained in:
Isaac Shoebottom 2024-08-06 19:05:54 -03:00
parent 36cfd050b5
commit fc48de4e56

View File

@ -103,6 +103,7 @@ services:
cache: cache:
image: redis image: redis
container_name: wger_cache
expose: expose:
- 6379 - 6379
volumes: volumes: