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: .
2022-04-02 07:28:22 +02:00
image: atareao/nginx:v2.0
2022-02-04 05:53:18 +01:00
container_name: nginx
restart: unless-stopped
volumes:
- ./html:/html