Skip to content

Commit a8727cf

Browse files
Bot Updating Templated Files
1 parent 83789a2 commit a8727cf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/permissions.yml

+2
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

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ The application pid, control file, etc. are all kept in /config so when using to
6565

6666
More info at [syslog-ng](https://www.syslog-ng.com/technical-documents/list/syslog-ng-open-source-edition).
6767

68+
## Read-Only Operation
69+
70+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
71+
72+
6873
## Usage
6974

7075
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -122,6 +127,7 @@ Containers are configured using parameters passed at runtime (such as those abov
122127
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
123128
| `-v /config` | Stores config and application files |
124129
| `-v /var/log` | Stores logs collected by the syslog-ng service |
130+
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
125131

126132
## Environment variables from files (Docker secrets)
127133

0 commit comments

Comments
 (0)