diff --git a/guides/v2.1/cloud/docker/docker-config.md b/guides/v2.1/cloud/docker/docker-config.md index 1ea9df01cae..f982e46e622 100644 --- a/guides/v2.1/cloud/docker/docker-config.md +++ b/guides/v2.1/cloud/docker/docker-config.md @@ -110,7 +110,7 @@ Continue launching your Docker environment in the default _production_ mode. 1. _Optional_: If you have a custom PHP configuration file, copy the default configuration DIST file to your custom configuration file and make any necessary changes. ```bash - cp docker/config.php.dist docker/config.php + cp .docker/config.php.dist .docker/config.php ``` Convert custom PHP configuration files to Docker ENV files. @@ -184,7 +184,7 @@ The `{{site.data.var.ct}}` version 2002.0.18 and later supports developer mode. 1. _Optional_: If you have a custom PHP configuration file, copy the default configuration DIST file to your custom configuration file and make any necessary changes. ```bash - cp docker/config.php.dist docker/config.php + cp .docker/config.php.dist .docker/config.php ``` Convert custom PHP configuration files to Docker ENV files.