12 lines
261 B
YAML
12 lines
261 B
YAML
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 |