Documentation Updates: docker-compose examples
This commit is contained in:
parent
2e085fa253
commit
119d0134e0
5 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
reverse-proxy:
|
||||
image: traefik # The official Traefik docker image
|
||||
image: traefik:v2.0 # The official v2.0 Traefik docker image
|
||||
command: --api --providers.docker # Enables the web UI and tells Traefik to listen to docker
|
||||
ports:
|
||||
- "80:80" # The HTTP port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue