docker run --name web -p 9527:80 -v /usr/share/zoneinfo/Asia/Shanghai:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro -v /deployment/web/nginx/conf:/etc/nginx -v /deployment/web/nginx/html:/usr/share/nginx/html -d  nginx
Copy the code