datart icon indicating copy to clipboard operation
datart copied to clipboard

采用Docker部署后不能执行图片及PDF下载

Open kanyways opened this issue 2 years ago • 0 comments

Datart Version

  • Datart Version:datart/datart:latest (964eef4a6610) 1.0.0.rc.1
  • standalone-chrome:selenium/standalone-chrome:latest (812317d6b5b4) 104.0.5112.79

Describe the bug 采用Docker部署后不能执行图片及PDF下载。

docker rm -f datart-server && docker run --name datart-server --restart=always -d -i -p 8089:8089 -v /data/apps/datart/config/datart.conf:/datart/config/datart.conf  -v /data/apps/datart/files:/datart/files da
tart/datart:latest

docker rm -f selenium-chrome  && docker run -p 4444:4444 -p 7900:7900 -d --name selenium-chrome --shm-size="2g" selenium/standalone-chrome

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Datart image

selenium-chrome image

Environmental details: (optional, depending on where the bug occurs)

  • OS: Windows 10
  • Source Database: MySQL 8.0.27
  • Browser: Chrome 104.0.5112.102
  • Server:CentOS 8.0
  • Docker Version:20.10.9

Additional context Add any other context about the problem here.

kanyways avatar Aug 26 '22 06:08 kanyways