Skip to content

Commit a215c89

Browse files
Bot Updating Templated Files
1 parent af26c23 commit a215c89

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ This image provides various versions that are available via tags. Please read th
7474

7575
Access the webui at `<your-ip>:3579`. Follow the setup wizard on initial install. Then configure the required services.
7676

77+
## Read-Only Operation
78+
79+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
80+
81+
### Caveats
82+
* `BASE_URL` cannot be changed from `/`
83+
84+
7785
## Usage
7886

7987
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -125,6 +133,7 @@ Containers are configured using parameters passed at runtime (such as those abov
125133
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
126134
| `-e BASE_URL=/` | Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable. |
127135
| `-v /config` | Contains all relevant configuration files. |
136+
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
128137

129138
## Environment variables from files (Docker secrets)
130139

0 commit comments

Comments
 (0)