static-fail-page-matejetzt/docker-compose.yaml
2024-11-21 20:40:08 +01:00

12 lines
186 B
YAML
Executable file

services:
web:
image: nginx
volumes:
- ./webpage:/usr/share/nginx/html
ports:
- "8080:80"
environment:
- NGINX_HOST=foobar.com
- NGINX_PORT=80