Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 452 Bytes

File metadata and controls

24 lines (18 loc) · 452 Bytes

Traefik

Traefik Docker stack

Requirements

This docker stack require docker running in swarm mode. You have to create an overlay network before running the stack

$ docker network create --scope swarm --driver overlay traefik

Start the Docker stack

$ docker stack deploy -c docker-compose.yml traefik

Stop the Docker stack

$ docker stack rm traefik

Web GUI

A web GUI is available with http://[@IP]:8080