fix libreoffice

This commit is contained in:
peaklabs-dev
2024-10-07 19:14:13 +02:00
parent 1914b505ed
commit 71d28492b8
2 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -9,9 +9,9 @@ services:
image: lscr.io/linuxserver/libreoffice:latest image: lscr.io/linuxserver/libreoffice:latest
environment: environment:
- SERVICE_FQDN_LIBREOFFICE_3000 - SERVICE_FQDN_LIBREOFFICE_3000
- PUID=1000 - PUID=${PUID:-1000}
- PGID=1000 - PGID=${PGID:-1000}
- TZ=Etc/UTC - TZ=${TZ:-Etc/UTC}
volumes: volumes:
- libreoffice-config:/config - libreoffice-config:/config
healthcheck: healthcheck: