13 lines
199 B
YAML
13 lines
199 B
YAML
|
---
|
||
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
reverse-proxy:
|
||
|
ports:
|
||
|
# The HTTP port
|
||
|
- "8080:80"
|
||
|
# The Web UI (enabled by --api.insecure=true)
|
||
|
- "8081:8080"
|
||
|
# TLS
|
||
|
- "8443:443"
|