mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-17 17:26:42 +02:00
7 lines
119 B
YAML
7 lines
119 B
YAML
docker:
|
|
services:
|
|
openresty:
|
|
name: "openresty"
|
|
volumes:
|
|
www: "/var/www/"
|
|
nginx: "/etc/nginx/" |