uptime-kuma/ansible/roles/nginx/templates/docker-compose.yml

8 lines
190 B
YAML
Raw Normal View History

version: '3.3'
services:
nginx:
network_mode: host
restart: always
image: nginx:1.21.3-alpine
volumes:
- '/compose/volumes/nginx/:/etc/nginx/'