Skip to content

Commit 1c45555

Browse files
committed
Fix RO/Nonroot typo
1 parent f1305d5 commit 1c45555

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ This image can be run with a read-only container filesystem. For details please
7171

7272
### Caveats
7373

74+
* `/tmp` must be mounted to tmpfs
7475
* Custom themes are not supported
7576

7677
## Non-Root Operation
@@ -79,7 +80,6 @@ This image can be run with a non-root user. For details please [read the docs](h
7980

8081
### Caveats
8182

82-
* `/tmp` must be mounted to tmpfs
8383
* Custom themes are not supported
8484

8585
## Usage

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ param_volumes:
2828
# application setup block
2929
readonly_supported: true
3030
readonly_message: |
31+
* `/tmp` must be mounted to tmpfs
3132
* Custom themes are not supported
3233
nonroot_supported: true
3334
nonroot_message: |
34-
* `/tmp` must be mounted to tmpfs
3535
* Custom themes are not supported
3636
app_setup_block_enabled: true
3737
app_setup_block: |

0 commit comments

Comments
 (0)