self-hosted/nginx/docker-compose.yml
2022-04-02 07:28:22 +02:00

10 lines
163 B
YAML

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