This commit is contained in:
2022-04-03 23:22:56 +02:00
parent b2b028b4fd
commit 76375fd005
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,14 @@
version: "2.1"
services:
libreoffice:
image: lscr.io/linuxserver/libreoffice
container_name: libreoffice
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- /docker/libreoffice:/config
ports:
- 3111:3000
restart: always