self-hosted/nginx/docker-compose.yml
2022-02-05 08:54:36 +01:00

10 lines
163 B
YAML

version: '3'
services:
nginx:
build: .
image: atareao/nginx:v1.0
container_name: nginx
restart: unless-stopped
volumes:
- ./html:/html