aboutsummaryrefslogtreecommitdiff
path: root/src/desktop-lite/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop-lite/README.md')
-rw-r--r--src/desktop-lite/README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md
index 249723a..1130e9e 100644
--- a/src/desktop-lite/README.md
+++ b/src/desktop-lite/README.md
@@ -52,19 +52,19 @@ See the [Fluxbox menu documentation](http://www.fluxbox.org/help/man-fluxbox-men
If you run into applications crashing, you may need to increase the size of the shared memory space allocated to your container. For example, this will bump it up to 1 GB in `devcontainer.json`:
- ```json
- "runArgs": ["--shm-size=1g"]
- ```
+```json
+"runArgs": ["--shm-size=1g"]
+```
- Or using Docker Compose:
+Or using Docker Compose:
- ```yaml
- services:
- your-service-here:
- # ...
- shm_size: '1gb'
- # ...
- ```
+```yaml
+services:
+ your-service-here:
+ # ...
+ shm_size: '1gb'
+ # ...
+```
## Installing a browser