6 lines
119 B
YAML
6 lines
119 B
YAML
services:
|
|
health:
|
|
container_name: health
|
|
image: nginx:latest
|
|
ports:
|
|
- "{{ docker_health_port }}:80" |