Skip to main content

Libreoffice

---
version: "3.3"
services:
  libreoffice:
    image: ghcr.io/linuxserver/libreoffice
    container_name: libreoffice
    environment:
      - PUID=998
      - PGID=100
      - TZ=Europe/Paris
    volumes:
      - /srv/path/Files/LibreOffice/config:/config
    ports:
      - 3300:3000
    restart: unless-stopped