Docker-Compose: Failed to deploy a stack: service refers to undefined volume – Solution

Sometimes it can happen that the following error message appears when starting the Docker Compose Stack, natively or via Portainer: The error “Failed to deploy a stack: service ‘docker’ refers to undefined volume mnt/docker: invalid compose project” occurs if a volume is defined in a Docker Compose file that is not specified correctly or refers … Continue reading Docker-Compose: Failed to deploy a stack: service refers to undefined volume – Solution