-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hey, could you maybe create a install or readme.md on how to use this?
I tried to git clone this, the use docker-compose to get the container up.
version: '3' services: web: build: . ports: - "5000:5000" labels: - "traefik.enable=true" - "traefik.backend=minimalcss" - "traefik.port=5000" - "traefik.frontend.rule=Host:${HOSTNAME}.${DOMAINNAME};PathPrefix:/test"
But i cant see anything =/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels