Skip to content

Commit 7c120a2

Browse files
authored
Update tutorial-multi-container-app.md
1 parent 9475ed1 commit 7c120a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-multi-container-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ When the app setting has been created, Cloud Shell shows information similar to
327327

328328
### Modify configuration file
329329

330-
In the Cloud Shell, type `nano docker-compose-wordpress.yml` to open the nano text editor.
330+
In the Cloud Shell, opne the file `docker-compose-wordpress.yml` in a text editor.
331331

332332
The `volumes` option maps the file system to a directory within the container. `${WEBAPP_STORAGE_HOME}` is an environment variable in App Service that is mapped to persistent storage for your app. You'll use this environment variable in the volumes option so that the WordPress files are installed into persistent storage instead of the container. Make the following modifications to the file:
333333

0 commit comments

Comments
 (0)