From 01ac428d01ca41cd9dda6399e22628b36b0a37ed Mon Sep 17 00:00:00 2001 From: "Abdulmhsen B. A. A" Date: Fri, 3 Jun 2022 05:00:40 +0300 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4ba95361..ab6f0a7d 100644 --- a/README.md +++ b/README.md @@ -306,14 +306,14 @@ Click `Save Changes` # Container specific environment variables. -| Environment key | Value | Description | Default | -|------------------|-------|----------------------------------------------------------------------|---------| -| WS_DISABLE_CHOWN | int | Do not change ownership for needed directories inside the container. | `0` | -| WS_DISABLE_HTTP | int | Disable included HTTP Server. | `0` | -| WS_DISABLE_CRON | int | Disable included Task Scheduler. | `0` | -| WS_DISABLE_CACHE | int | Disable included Cache Server. | `0` | -| WS_UID | int | Set container user id. | `1000` | -| WS_GID | int | Set container group id. | `1000` | +| Environment key | Value | Description | Default | +|------------------|---------|----------------------------------------------------------------------|---------| +| WS_DISABLE_CHOWN | integer | Do not change ownership for needed directories inside the container. | `0` | +| WS_DISABLE_HTTP | integer | Disable included HTTP Server. | `0` | +| WS_DISABLE_CRON | integer | Disable included Task Scheduler. | `0` | +| WS_DISABLE_CACHE | integer | Disable included Cache Server. | `0` | +| WS_UID | integer | Set container user id. | `1000` | +| WS_GID | integer | Set container group id. | `1000` | # FAQ