Skip to content

adwinying/docker-traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-traefik

Docker + Traefik Example

Prerequisites

  • docker-compose is installed
  • port 80 is not occupied

Installation

  1. Configure Hosts file:
# /etc/hosts

127.0.0.1     blog.myserver.test
127.0.0.1     wiki.myserver.test
  1. Run docker-compose
$ docker-compose up -d
  1. View in browser
  • Ghost: localhost:5001 or blog.myserver.test
  • Dokuwiki: localhost:5002 or wiki.myserver.test
  • Traefik Web UI: localhost:5003

About

Docker + Traefik Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published