Rebased on main

This commit is contained in:
Stephen van Beek
2023-03-14 20:11:09 +00:00
parent 2db1bfde00
commit 53046efad4
2 changed files with 9 additions and 9 deletions

View File

@@ -449,7 +449,7 @@ traefik:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
args:
'entrypoints.web.address=:80': true
entrypoints.web.address: ':80'
```
A more complete example including entrypoints would be:
@@ -472,8 +472,8 @@ traefik:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
args:
'entrypoints.web.address=:80': true
'entrypoints.otherentrypoint.address=:9000': true
entrypoints.web.address: ':80'
entrypoints.otherentrypoint.address: ':9000'
```
### Configuring build args for new images