Merge pull request #85 from clowder/traefik-host-port

Customizable Traefik host port
This commit is contained in:
David Heinemeier Hansson
2023-03-08 17:06:51 +00:00
committed by GitHub
3 changed files with 19 additions and 1 deletions

View File

@@ -358,6 +358,15 @@ traefik:
This will start the traefik container with `--accesslog=true accesslog.format=json`.
### Traefik's host port binding
By default Traefik binds to port 80 of the host machine, it can be configured to use an alternative port:
```yaml
traefik:
host_port: 8080
```
### Configuring build args for new images
Build arguments that aren't secret can also be configured: