mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
11 lines
140 B
YAML
11 lines
140 B
YAML
services:
|
|
whoami1:
|
|
image: traefik/whoami
|
|
|
|
redis:
|
|
image: redis:5.0
|
|
command:
|
|
- redis-server
|
|
- --port
|
|
- 6379
|