Last active
October 3, 2024 07:58
-
-
Save SavvasStephanides/345fe012370d7a30e6777a9df93be942 to your computer and use it in GitHub Desktop.
LibreOffice in Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -d \ | |
-p 3000:3000 \ | |
-p 3001:3001 \ | |
lscr.io/linuxserver/libreoffice:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment