version: '2'
services:
  libreoffice:
    image: libreoffice/online:latest
    volumes:
      - /docker/jenkins/jenkins:/var/jenkins_home
    ports:
      - "9980:9980"
    container_name: libreoffice
privileged: true environment: username: root password:
123456 extra_params: --o:ssl.enable=false DONT_GEN_SSL_CERT: 1 cap_add: - MKNOD restart: unless-stopped

文件转换对应格式参考清单

docker-compose安装libreoffice

 

 

参考文献:

https://blog.csdn.net/AMimiDou_212/article/details/105766141

https://blog.csdn.net/m673010624/article/details/104366590

相关文章:

  • 2021-11-13
  • 2021-05-15
  • 2021-10-20
  • 2022-01-16
猜你喜欢
  • 2021-11-27
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-01-19
相关资源
相似解决方案