self-hosted/nginx/docker-compose.yml

10 lines
163 B
YAML
Raw Normal View History

2022-02-04 05:53:18 +01:00
version: '3'
services:
nginx:
build: .
image: atareao/nginx:v1.0
container_name: nginx
restart: unless-stopped
volumes:
- ./html:/html