Skip to content

Added (nice) container name

Robbie Luijben requested to merge hotfix/add-cache-container-name into main

Without specifying a container name, a name will be auto generated (which is not so nice/consistent):

image

Therefore, a container name for the cache was added to the docker compose config files.

Merge request reports