Trouble with Quick Start Guide on Ubuntu

You can change the volume under proxy image in docker-compose.yml file. Checked the error message, so you should be adding something like this
volumes:
- ./conf/default.conf:/merged/etc/nginx/conf.d/default.conf:ro
- ./conf/tls/nginx.key:/merged/etc/nginx/nginx.key:ro
- ./conf/tls/nginx.crt:/merged/etc/nginx/nginx.crt:ro
It worked for me… Please try this once (volume of proxy image in docker-compose.yml file)

2 Likes