From 71d28492b84c50f11083c1d2c487f7717f053a40 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:14:13 +0200 Subject: [PATCH] fix libreoffice --- public/svgs/libreoffice.svg | 1 + templates/compose/libreoffice.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 public/svgs/libreoffice.svg diff --git a/public/svgs/libreoffice.svg b/public/svgs/libreoffice.svg new file mode 100644 index 000000000..227471bef --- /dev/null +++ b/public/svgs/libreoffice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/compose/libreoffice.yaml b/templates/compose/libreoffice.yaml index c82d76089..7f8745d8b 100644 --- a/templates/compose/libreoffice.yaml +++ b/templates/compose/libreoffice.yaml @@ -9,9 +9,9 @@ services: image: lscr.io/linuxserver/libreoffice:latest environment: - SERVICE_FQDN_LIBREOFFICE_3000 - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC + - PUID=${PUID:-1000} + - PGID=${PGID:-1000} + - TZ=${TZ:-Etc/UTC} volumes: - libreoffice-config:/config healthcheck: