Fixed typo (#11045)

s/form/from
This commit is contained in:
Lester Covax 2020-07-01 06:31:46 -04:00 committed by GitHub
parent 8d1b473aa7
commit e43aa440e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ my-app 1 Swarm
Now that the app is running, you can point a web browser at the DNS name or public IP of the Docker node on
port 8080 and see the app. You must ensure traffic to port 8080 is allowed on
the connection form your browser to your Docker host.
the connection from your browser to your Docker host.
Now change the port of the application using `docker app upgrade <app-name>` command.
```