initial commit
This commit is contained in:
16
doc/examples/config-template/docker-compose.yml
Normal file
16
doc/examples/config-template/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
angie-conv-example-config-template:
|
||||
container_name: angie-conv-example-config-template
|
||||
image: docker.io/rockdrilla/angie-conv:v0.0.1
|
||||
restart: always
|
||||
privileged: true
|
||||
stop_grace_period: 15s
|
||||
network_mode: host
|
||||
environment:
|
||||
NGX_HTTP_TRANSPARENT_PROXY: 1
|
||||
volumes:
|
||||
- "./conf:/etc/angie:ro"
|
||||
- "./data:/angie"
|
Reference in New Issue
Block a user