Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/v2.1/cloud/docker/docker-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down