docker-compose nginx
nginx:
container_name: nginx-1.20.0
image: nginx:1.20.0
ports:
- 80:80
- 9036:9036
volumes:
- ../web:/web
- ../web/nginx.conf:/etc/nginx/nginx.conf
nginx:
container_name: nginx-1.20.0
image: nginx:1.20.0
ports:
- 80:80
- 9036:9036
volumes:
- ../web:/web
- ../web/nginx.conf:/etc/nginx/nginx.conf