Skip to content

Commit

Permalink
fix minor typo in swarm example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznovac committed Aug 10, 2023
1 parent 55e00be commit 46f4a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/providers/swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ See the [Docker Swarm API Access](#docker-api-access) section for more informati

services:
traefik:
image: traefik:v3.0 # The official v2 Traefik docker image
image: traefik:v3.0 # The official v3 Traefik docker image
ports:
- "80:80"
volumes:
Expand Down

0 comments on commit 46f4a85

Please sign in to comment.