From 45f9af82ebbdea75b88c73caf66e535f8833cd63 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 27 Apr 2022 09:40:34 -0400 Subject: [PATCH] update support info --- general/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/docker-compose.md b/general/docker-compose.md index 19e5cd577d..48d8263b8f 100644 --- a/general/docker-compose.md +++ b/general/docker-compose.md @@ -133,7 +133,7 @@ Defining the containers running on your server as code is a core tenet of a "Dev If you would like to request support, you can do so on [our forum](https://discourse.linuxserver.io/) or on [our discord server](https://discord.gg/YWrKVTn?target=_blank). When you do so, please provide all the necessary information like the server and platform info, docker container log and the compose yaml. -If your compose yaml makes use of `.env`, please post an output of `docker compose convert` or `docker compose convert -f /path/to/compose.yml` as it will automatically replace the environment variables with their actual values. +If your compose yaml makes use of `.env`, please post an output of `docker compose convert` or `docker compose convert -f /path/to/compose.yml` for the entire yaml, or `docker compose convert ` for a single service, as it will automatically replace the environment variables with their actual values. ## Tips & Tricks