11 lines
174 B
YAML
11 lines
174 B
YAML
services:
|
|
web:
|
|
image: nginx
|
|
volumes:
|
|
- ./html:/usr/share/nginx/html
|
|
ports:
|
|
- "8080:80"
|
|
environment:
|
|
- NGINX_HOST=foobar.com
|
|
- NGINX_PORT=80
|