File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,11 +72,13 @@ The webui is at `<your ip>:8200`.
7272
7373For local backups select ` /backups ` as the destination. For more information see [ Duplicati] ( https://www.duplicati.com/ ) .
7474
75-
7675## Usage
7776
7877To help you get started creating a container from this image you can either use docker-compose or the docker cli.
7978
79+ > [ !NOTE]
80+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
81+
8082### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
8183
8284``` yaml
@@ -126,7 +128,7 @@ Containers are configured using parameters passed at runtime (such as those abov
126128
127129| Parameter | Function |
128130| :----: | --- |
129- | ` -p 8200 ` | http gui |
131+ | ` -p 8200:8200 ` | http gui |
130132| ` -e PUID=1000 ` | for UserID - see below for explanation |
131133| ` -e PGID=1000 ` | for GroupID - see below for explanation |
132134| ` -e TZ=Etc/UTC ` | specify a timezone to use, see this [ list] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List ) . |
@@ -299,6 +301,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
299301
300302# # Versions
301303
304+ * ** 03.12.24:** - Add mscorefonts for captcha support.
302305* ** 29.11.24:** - Rebase to Noble, add support for settings DB encryption.
303306* ** 15.02.23:** - Rebase to Jammy.
304307* ** 03.08.22:** - Deprecate armhf.
You can’t perform that action at this time.
0 commit comments