Skip to content

Commit e4da3d6

Browse files
Bot Updating Templated Files
1 parent a4b0057 commit e4da3d6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ You can explicitly set the amount of memory Ubooquity is allowed to use (be care
7373

7474
If no value is set it will default to 512MB.
7575

76-
7776
## Usage
7877

7978
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
8079

80+
>[!NOTE]
81+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
82+
8183
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
8284

8385
```yaml
@@ -127,8 +129,8 @@ Containers are configured using parameters passed at runtime (such as those abov
127129

128130
| Parameter | Function |
129131
| :----: | --- |
130-
| `-p 2202` | The library port. |
131-
| `-p 2203` | The admin port. |
132+
| `-p 2202:2202` | The library port. |
133+
| `-p 2203:2203` | The admin port. |
132134
| `-e PUID=1000` | for UserID - see below for explanation |
133135
| `-e PGID=1000` | for GroupID - see below for explanation |
134136
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |

0 commit comments

Comments
 (0)