1
0

chore(deps): update linuxserver/libreoffice docker tag to v25.8.1 (#3205)

This commit is contained in:
renovate[bot]
2025-12-30 05:51:13 +00:00
committed by GitHub
parent 684e4f136a
commit a2d5fdd3d8
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
services:
libreoffice:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
- "${PANEL_APP_PORT_HTTPS}:3001"
volumes:
- "${DATA_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- CUSTOM_USER=${HTTP_USER}
- PASSWORD=${HTTP_PWD}
#security_opt:
# - seccomp:unconfined #optional
image: linuxserver/libreoffice:25.8.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true