Skip to content

Commit 918d8e7

Browse files
committed
added libreoffice
1 parent 69fc4c7 commit 918d8e7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

public/svgs/libreoffice.svg

1.31 KB
Loading

templates/compose/libreoffice.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# documentation: https://docs.linuxserver.io/images/docker-libreoffice/
2+
# slogan: LibreOffice is a free and powerful office suite.
3+
# tags: office,document,spreadsheet,presentation,open-source
4+
# logo: svgs/libreoffice.svg
5+
# port: 3000
6+
7+
services:
8+
libreoffice:
9+
image: lscr.io/linuxserver/libreoffice:latest
10+
environment:
11+
- SERVICE_FQDN_LIBREOFFICE_3000
12+
- PUID=1000
13+
- PGID=1000
14+
- TZ=Etc/UTC
15+
volumes:
16+
- libreoffice-config:/config
17+
healthcheck:
18+
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000"]
19+
interval: 30s
20+
timeout: 10s
21+
retries: 3

0 commit comments

Comments
 (0)