mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
15 lines
312 B
YAML
15 lines
312 B
YAML
version: '3.7'
|
|
services:
|
|
boringproxy:
|
|
container_name: boringproxy-server
|
|
restart: unless-stopped
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
volumes:
|
|
- data:/opt/boringproxy/
|
|
command: ["server", "-admin-domain", "bp.example.com", "-cert-dir", "/certmagic"]
|
|
|
|
volumes:
|
|
data:
|
|
certmagic: |