Skip to content

Commit ddccd02

Browse files
Update articles/app-service/configure-custom-container.md
1 parent 8a8c914 commit ddccd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ SSH enables secure communication between a container and a client. In order for
334334
```
335335
336336
> [!NOTE]
337-
> The root password muss be exactly `Docker!` as it is used by App Service to let you access the SSH session with the container. This configuration doesn't allow external connections to the container. Port 2222 of the container is accessible only within the bridge network of a private virtual network, and is not accessible to an attacker on the internet.
337+
> The root password must be exactly `Docker!` as it is used by App Service to let you access the SSH session with the container. This configuration doesn't allow external connections to the container. Port 2222 of the container is accessible only within the bridge network of a private virtual network and is not accessible to an attacker on the internet.
338338
339339
- In the start-up script for your container, start the SSH server.
340340

0 commit comments

Comments
 (0)