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: