File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,11 +73,13 @@ You can explicitly set the amount of memory Ubooquity is allowed to use (be care
7373
7474If no value is set it will default to 512MB.
7575
76-
7776## Usage
7877
7978To 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 ) . |
You can’t perform that action at this time.
0 commit comments