2021-09-02 18:01:03 +02:00

17 lines
375 B
YAML

---
version: "3.8"
services:
libreoffice:
image: ghcr.io/linuxserver/libreoffice:latest
container_name: libreoffice
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- /docker/libreoffice:/config
ports:
- 3000:3000
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true