From c51df84d2ad8e67697a629037a0d966a0ede848a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 3 Dec 2024 22:44:29 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-ubooquity.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-ubooquity.md b/docs/images/docker-ubooquity.md index 3db570f9f..d41a73fd6 100644 --- a/docs/images/docker-ubooquity.md +++ b/docs/images/docker-ubooquity.md @@ -54,6 +54,10 @@ If no value is set it will default to 512MB. To help you get started creating a container from this image you can either use docker-compose or the docker cli. +!!! info + + Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -105,8 +109,8 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `2202` | The library port. | -| `2203` | The admin port. | +| `2202:2202` | The library port. | +| `2203:2203` | The admin port. | ### Environment Variables (`-e`)