Skip to content

Commit 71d2849

Browse files
committed
fix libreoffice
1 parent 1914b50 commit 71d2849

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

public/svgs/libreoffice.svg

Lines changed: 1 addition & 0 deletions
Loading

templates/compose/libreoffice.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ services:
99
image: lscr.io/linuxserver/libreoffice:latest
1010
environment:
1111
- SERVICE_FQDN_LIBREOFFICE_3000
12-
- PUID=1000
13-
- PGID=1000
14-
- TZ=Etc/UTC
12+
- PUID=${PUID:-1000}
13+
- PGID=${PGID:-1000}
14+
- TZ=${TZ:-Etc/UTC}
1515
volumes:
1616
- libreoffice-config:/config
1717
healthcheck:

0 commit comments

Comments
 (0)