diff --git a/docs/src/content/docs/configuration/index.mdx b/docs/src/content/docs/configuration/index.mdx index 97a7d58..1c1f595 100644 --- a/docs/src/content/docs/configuration/index.mdx +++ b/docs/src/content/docs/configuration/index.mdx @@ -131,11 +131,11 @@ services: ports: - 8000:8000 environment: - - CUP_AGENT: true - - CUP_IGNORE_UPDATE_TYPE: major - - CUP_REFRESH_INTERVAL: "0 */30 * * * *" - - CUP_SOCKET: tcp://localhost:2375 - - CUP_THEME: blue + CUP_AGENT: "true" + CUP_IGNORE_UPDATE_TYPE: major + CUP_REFRESH_INTERVAL: "0 */30 * * * *" + CUP_SOCKET: tcp://localhost:2375 + CUP_THEME: blue ```