This repository has been archived on 2024-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
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 |