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部署常见应用
- Host: GitHub
- URL: https://github.com/chudaozhe/traefik-samples
- Owner: chudaozhe
- Created: 2023-12-03T04:34:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:35:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T16:27:05.213Z (almost 2 years ago)
- Topics: docker-compose, traefik
- Language: JavaScript
- Homepage:
- Size: 220 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Traefik
启动服务
```shell
docker-compose up -d
```
停止服务
```shell
docker-compose down
```