.
This commit is contained in:
14
docker-compose/libreoffice/libreoffice_rpi.yml
Normal file
14
docker-compose/libreoffice/libreoffice_rpi.yml
Normal 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
|
Reference in New Issue
Block a user