mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2025-05-10 18:03:45 +02:00
8 lines
120 B
YAML
8 lines
120 B
YAML
services:
|
|
nginx:
|
|
image: nginx:1-alpine
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./:/usr/share/nginx/html
|