Unsupported config option for services.*: ‘volumes_from’
From this guide: https://olex.biz/2019/09/hosting-with-docker-nginx-reverse-proxy-letsencrypt/ I have the following file: docker-compose.yml version: ‘2’ services: nginx-proxy: image: jwilder/nginx-proxy container_name: nginx-proxy ports: –
Continue reading