Skip to content
Merged
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
2 changes: 1 addition & 1 deletion app/working-with-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down