Gluetun Docker Compose Installation

Installation of Gluetun VPN Client using Docker Compose

Prerequisites

  • Inside your gluetun folder, create a folder named vpn

  • Upload inside this folder the 3 files you downloaded from CyberGhost website :

    • client.crt

    • client.key

    • ca.crt

Installation

As I'm using a reverse proxy, the container is not mapped to any host port but is member of my proxy docker network instead. If you want to map a port, please remove all occurrences of proxymedia docker network in the compose file and add :

ports:

- <host_port>:<service_that_go_through_vpn_port>

Last updated