Skip to content
Open
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 content/manuals/engine/swarm/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ $ docker service create \
```

You can reach the nginx server on port 8080 of every swarm node. If you add a
node to the swarm, a nginx task is started on it. You cannot start another
node to the swarm, an Nginx task is started on it. You cannot start another
service or container on any swarm node which binds to port 8080.

> [!NOTE]
Expand Down