mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
12 lines
360 B
YAML
12 lines
360 B
YAML
version: '3.7'
|
|
services:
|
|
boringproxy:
|
|
container_name: boringproxy-client
|
|
restart: unless-stopped
|
|
command: ["client", "-server", "bp.example.com", "-token", "your-user-token", "-acme-email", "your-email-address", "-cert-dir", "/certmagic"]
|
|
volumes:
|
|
- certmagic:/certmagic
|
|
- /etc/ssl/certs/:/etc/ssl/certs/:ro
|
|
|
|
volumes:
|
|
certmagic: |