From fd8e8470647c8bda7844c9dccba82803aa7cf491 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 21 Apr 2023 17:45:22 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-libreoffice.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/docker-libreoffice.md b/images/docker-libreoffice.md index 84abea587..0e53a82c4 100755 --- a/images/docker-libreoffice.md +++ b/images/docker-libreoffice.md @@ -93,7 +93,7 @@ services: - /path/to/config:/config ports: - 3000:3000 - - 3000:3000 + - 3001:3001 restart: unless-stopped ``` @@ -107,7 +107,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 3000:3000 \ - -p 3000:3000 \ + -p 3001:3001 \ -v /path/to/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/libreoffice:latest @@ -123,7 +123,7 @@ Docker images are configured using parameters passed at runtime (such as those a | Parameter | Function | | :----: | --- | | `3000` | LibreOffice desktop gui. | -| `3000` | LibreOffice desktop gui HTTPS. | +| `3001` | LibreOffice desktop gui HTTPS. | ### Environment Variables (`-e`)