Fixed typos

This commit is contained in:
Stephen van Beek
2023-03-14 20:13:13 +00:00
parent c2ca269eb6
commit 9843c5e1ce
2 changed files with 2 additions and 2 deletions

View File

@@ -449,7 +449,7 @@ traefik:
publish:
- 80
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock
args:
entrypoints.web.address: ':80'
```