static-fail-page-matejetzt/docker-compose.yaml

12 lines
227 B
YAML
Raw Normal View History

2024-11-21 20:40:08 +01:00
services:
web:
image: ghcr.io/zvonimirsun/nginx:stable-alpine-brotli
2024-11-21 20:40:08 +01:00
volumes:
- ./webpage:/usr/share/nginx/html
ports:
- "8080:80"
environment:
- NGINX_HOST=foobar.com
- NGINX_PORT=80