This commit is contained in:
Dave Conroy 2021-07-03 10:34:26 -07:00
commit 0d9629dba5
4 changed files with 4 additions and 2 deletions

View file

@ -96,6 +96,7 @@ Images are built primarily for `amd64` architecture, and may also include builds
* The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/). See the examples folder for a working [docker-compose.yml](examples/docker-compose.yml) that can be modified for development or production use.
* Set various [environment variables](#environment-variables) to understand the capabilities of this image. A Sample `docker-compose.yml` is provided that will work right out of the box for most people without any fancy optimizations.
* Map [persistent storage](#data-volumes) for access to configuration and data files for backup.
* Make sure you set your hostname e.g. online.example.com when starting your container to make sure the administration console urls are correct.
### Persistent Storage

View file

@ -3,6 +3,7 @@ services:
libreoffice-app:
image: tiredofit/libreoffice-online:latest
hostname: libreoffice.example.com
container_name: libreoffice-app
expose:
- 9980

View file

@ -1,5 +1,6 @@
libreoffice-app:
image: tiredofit/libreoffice-online
hostname: libreoffice.example.com
container_name: libreoffice-app
expose:
- 9980

View file

@ -4,8 +4,7 @@ services:
libreoffice-online-app:
image: tiredofit/libreoffice-online
container_name: libreoffice-online-app
hostname: libreoffice
domainname: example.com
hostname: libreoffice.example.com
expose:
- 9980
cap_add: