boringproxy/docker/server
Willem@105.pve1.lan 58a2727f84 accept-ca-terms
2022-02-23 12:33:36 +02:00
..
docker-compose.yml accept-ca-terms 2022-02-23 12:33:36 +02:00
prebuild.yml update to reflect v0.9 changes 2022-02-20 14:40:56 +02:00
README.md accept-ca-terms 2022-02-23 12:33:36 +02:00
source.yml added docker examples 2022-02-18 08:52:52 +02:00

Files to run server using docker

Update compose file

Edit docker-compose.yml and change the following under commands for service boringproxy

  • bp.example.com: your admin domain
  • your-email-address: the email address to register with Let's Encrypt

Since the -accept-ca-terms flag is set in the compose file, this will automatically accept terms and conditions of Let's Encrypt.

Build image from source and run server in docker

You can build the image from source. This requires that you clone the GitHub repo and start docker using the compose command below:

docker-compose -f docker-compose.yml -f source.yml up -d

Download prebuild image and run server in docker

If you don't want to build the image, a prebuild image can be downloaded from GitHub. Start docker using the compose commands below to download the image and start the container.

docker-compose -f docker-compose.yml -f prebuild.yml up -d