docker-compose安裝libreoffice


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

文件轉換對應格式參考清單

 

 

參考文獻:

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

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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM