uptime-kuma/ansible/roles/nginx/templates/docker-compose.yml
Muhammed Hussein karimi de6437e494
Apply suggestion (nginx version and config)
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2021-10-12 08:08:07 +03:30

8 lines
No EOL
190 B
YAML

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