appstore/apps/libreoffice/latest/docker-compose.yml
2024-06-01 18:07:27 +08:00

27 lines
580 B
YAML

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:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true