Skip to content

Instantly share code, notes, and snippets.

@kgoedecke
Created April 24, 2024 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgoedecke/44955d0b0b1ed4112bcfd3e237e135c0 to your computer and use it in GitHub Desktop.
Save kgoedecke/44955d0b0b1ed4112bcfd3e237e135c0 to your computer and use it in GitHub Desktop.
Unoserver docker-compose.yml example
services:
web:
image: python:latest
env_file: .env
...
unoserver:
image: libreofficedocker/libreoffice-unoserver:3.19-9c28c22
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment