Open Yashpk789987 opened 4 years ago
Make sure mysite.template
in that path
Yes mysite.template is at right path.
You can see screenshot below.
Yes mysite.template is at right path.
You can see screenshot below.
I am using windows10
I'm not sure then
What should I do?
I am not able to setup my backend with ngnix.
I am using the same commands in docker-comppose.yml and mysite.template as shown in video
docker-compose.yml
version: '3' services: redis: image: redis networks:
AND mysite.template
server { location / { proxy_pass http://web:8081; } }
I am getting ERROR : cat: /etc/nginx/conf.d/mysite.template: Is a directory server_nginx_1 exited with code 1
Please help me anyone