fix libreoffice
This commit is contained in:
parent
1914b505ed
commit
71d28492b8
2 changed files with 4 additions and 3 deletions
1
public/svgs/libreoffice.svg
Normal file
1
public/svgs/libreoffice.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue