Skip to content

Commit 0e4b2ff

Browse files
Bot Updating Templated Files
1 parent d56d6e3 commit 0e4b2ff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/permissions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- '**/run'
66
- '**/finish'
77
- '**/check'
8+
- 'root/migrations/*'
9+
810
jobs:
911
permission_check:
1012
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ The architectures supported by this image are:
6161

6262
Edit the adguardhome-sync.yaml with your AdGuardHome instance details, for more information check out [AdGuardHome Sync](https://github.com/bakito/adguardhome-sync/).
6363

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+
6469
## Usage
6570

6671
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
112117
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
113118
| `-e CONFIGFILE=/config/adguardhome-sync.yaml` | Set a custom config file. |
114119
| `-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/). |
115121

116122
## Environment variables from files (Docker secrets)
117123

0 commit comments

Comments
 (0)