From 6d60400c0ffb10e1a469214cac4ac8bb1a2b21ae Mon Sep 17 00:00:00 2001 From: Christina Ying Wang Date: Fri, 29 Nov 2024 14:49:52 -0500 Subject: [PATCH] Specify env_file attribute as unsupported Change-type: patch Signed-off-by: Christina Ying Wang --- pages/reference/supervisor/docker-compose.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/reference/supervisor/docker-compose.md b/pages/reference/supervisor/docker-compose.md index 5740636643..2ebfe5867d 100644 --- a/pages/reference/supervisor/docker-compose.md +++ b/pages/reference/supervisor/docker-compose.md @@ -80,6 +80,7 @@ Field | Details [cpu_count](https://docs.docker.com/compose/compose-file/compose-file-v2/#cpu-and-other-resources) | [cpu_percent](https://docs.docker.com/compose/compose-file/compose-file-v2/#cpu-and-other-resources) | [cpus](https://docs.docker.com/compose/compose-file/compose-file-v2/#cpu-and-other-resources) | Introduced by Docker Compose v2.2 and therefore not working +[env_file and service.env_file](https://docs.docker.com/compose/how-tos/environment-variables/set-environment-variables/#use-the-env_file-attribute) [external_links](https://docs.docker.com/compose/compose-file/compose-file-v2/#external_links) | [isolation](https://docs.docker.com/compose/compose-file/compose-file-v2/#isolation-1) | [links](https://docs.docker.com/compose/compose-file/compose-file-v2/#links) |