9 lines
249 B
YAML
9 lines
249 B
YAML
services:
|
|
nginx:
|
|
image: nginx:alpine
|
|
network_mode: host
|
|
volumes:
|
|
- /home/jonnybravo/test_ansible/nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
|
- /home/jonnybravo/test_ansible/certs:/etc/nginx/certs:ro,Z
|
|
restart: unless-stopped
|