From a244dc394f781274e4d0c6e469779d8c6857eae4 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 12 Oct 2022 19:31:29 -0500 Subject: Fix formatting for desktop-lite note (#216) --- src/desktop-lite/NOTES.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/desktop-lite/NOTES.md') diff --git a/src/desktop-lite/NOTES.md b/src/desktop-lite/NOTES.md index ccc4e2e..28865a3 100644 --- a/src/desktop-lite/NOTES.md +++ b/src/desktop-lite/NOTES.md @@ -27,19 +27,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 -- cgit v1.2.3