orion/docker-compose.yml

12 lines
261 B
YAML
Raw Normal View History

2018-09-17 17:51:14 +02:00
version: '2.2'
services:
openwrt:
build:
context: ./containers/openwrt
args:
HTTP_PROXY: ${HTTP_PROXY}
HTTPS_PROXY: ${HTTPS_PROXY}
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
ports:
- 8080:80