local error: tls: bad record MAC getting this error while pulling images from docker

V

vinith devadiga

I'm trying to pull the `php` image I'm getting this error `local error: tls: bad record MAC`my docker-compose.yml file```version: '3'services: web: image: nginx:latest ports: - "80:80" volumes: - ./nginx.conf:/etc/nginx/conf.d/nginx.conf - ./app:/app php: image: php:fpm volumes:

Continue reading...
 
Back
Top Bottom