static-fail-page-matejetzt/docker-compose.yaml
2024-11-22 00:26:25 +01:00

12 lines
203 B
YAML
Executable file

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