2024-08-29 04:10:50 +00:00
|
|
|
# documentation: https://docs.linuxserver.io/images/docker-libreoffice/
|
|
|
|
|
# slogan: LibreOffice is a free and powerful office suite.
|
2025-08-17 16:23:57 +00:00
|
|
|
# category: productivity
|
2024-08-29 04:10:50 +00:00
|
|
|
# tags: office,document,spreadsheet,presentation,open-source
|
|
|
|
|
# logo: svgs/libreoffice.svg
|
|
|
|
|
# port: 3000
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
libreoffice:
|
|
|
|
|
image: lscr.io/linuxserver/libreoffice:latest
|
|
|
|
|
environment:
|
2025-08-10 08:10:22 +00:00
|
|
|
- SERVICE_URL_LIBREOFFICE_3000
|
2024-10-07 17:14:13 +00:00
|
|
|
- PUID=${PUID:-1000}
|
|
|
|
|
- PGID=${PGID:-1000}
|
|
|
|
|
- TZ=${TZ:-Etc/UTC}
|
2024-08-29 04:10:50 +00:00
|
|
|
volumes:
|
|
|
|
|
- libreoffice-config:/config
|
|
|
|
|
healthcheck:
|
|
|
|
|
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000"]
|
|
|
|
|
interval: 30s
|
|
|
|
|
timeout: 10s
|
|
|
|
|
retries: 3
|