self-hosted/nginx/docker-compose.yml
2022-02-04 05:53:18 +01:00

12 lines
192 B
YAML

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