An open API service indexing awesome lists of open source software.

https://github.com/chudaozhe/traefik-samples

Traefik代替Nginx部署常见应用
https://github.com/chudaozhe/traefik-samples

docker-compose traefik

Last synced: 3 months ago
JSON representation

Traefik代替Nginx部署常见应用

Awesome Lists containing this project

README

          

# Traefik

启动服务
```shell
docker-compose up -d
```

停止服务
```shell
docker-compose down
```