You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,11 @@ The architectures supported by this image are:
61
61
62
62
Edit the adguardhome-sync.yaml with your AdGuardHome instance details, for more information check out [AdGuardHome Sync](https://github.com/bakito/adguardhome-sync/).
63
63
64
+
## Read-Only Operation
65
+
66
+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
67
+
68
+
64
69
## Usage
65
70
66
71
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -112,6 +117,7 @@ Containers are configured using parameters passed at runtime (such as those abov
112
117
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
113
118
|`-e CONFIGFILE=/config/adguardhome-sync.yaml`| Set a custom config file. |
114
119
|`-v /config`| Contains all relevant configuration files. |
120
+
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
115
121
116
122
## Environment variables from files (Docker secrets)
0 commit comments