From ba460dce350f1a6febbf2fb6cf423f4cc870af3a Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:29:24 -0400 Subject: [PATCH] Update docker-compose.md --- general/docker-compose.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general/docker-compose.md b/general/docker-compose.md index 48d8263b8f..56507973ea 100644 --- a/general/docker-compose.md +++ b/general/docker-compose.md @@ -4,6 +4,8 @@ Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration. +Note that when inputting data for variables, you must follow standard YAML rules. In the case of passwords with special characters this can mean escaping them properly or properly quoting the variable. The best course of action if you do not know how to do this or are unwilling to research, is to stick to alphanumeric characters only. + ## Installation ### Install Option 1 (recommended):