v.0.01
This commit is contained in:
@@ -1 +1,8 @@
|
||||
# Diese Datei wird für den direkten Host‑Betrieb ohne Docker nicht benötigt.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user