Bot Updating Documentation

pull/110/head
LinuxServer-CI 2023-04-21 17:45:22 -05:00
rodzic 656b72e7b5
commit fd8e847064
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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`)