Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

not able to see the dashboard/UI #4

Open
manishalankala opened this issue Jan 27, 2020 · 0 comments
Open

not able to see the dashboard/UI #4

manishalankala opened this issue Jan 27, 2020 · 0 comments

Comments

@manishalankala
Copy link

manishalankala commented Jan 27, 2020

#docker-compose.yml

version: "3"
services:
traefik:
image: traefik:alpine
labels:
- traefik.enable=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "6060:80"
- "6080:8080"
nginx:
image: nginx:alpine
labels:
- traefik.enable=true

apache:
image: httpd:alpine
labels:
- traefik.enable=true

tomcat:
image: tomcat:alpine
labels:
- traefik.enable=true

mysqldb:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD="root"

traefik.toml

defaultEntryPoints = ["http"]
loglevel = "INFO"

sendAnonymousUsage = true

[docker]
endpoint = "unix:///var/run/docker.sock"
exposedByDefault = false

[api]
dashboard = true
entrypoint = "dashboard"

[entryPoints]
[entryPoints.http]
address = ":80"

[entryPoints.dashboard]
address = ":8080"

if i try http://localhost:6080

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant