From 272b7cfd9659a962e68bcd81cb61be223bb51b64 Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Tue, 16 Feb 2021 14:48:33 +0100 Subject: [PATCH] More commented & removed no-update flag --- docker/docker-compose.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index d56a37e..794c2ce 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -22,14 +22,13 @@ services: volumes: - /etc/localtime:/etc/localtime:ro ports: - # Under this port the Pritunl web interface will be exposed + # Under this port the Pritunl web interface will be exposed (for reverse proxies) - 9700:9700 - # The following are two random ports for the tcp+udp servers (you may edit these as needed!) - - 46648:46648 - - 46648:46648/udp + # The following are the two default ports for the tcp+udp servers (you may edit these as needed!) + - 1194:1194 + - 1194:1194/udp environment: - TZ=UTC - MONGODB_URI=mongodb://mongodb:27017/pritunl + # Also enable reverse proxie capabilities - REVERSE_PROXY=true - labels: - - com.centurylinklabs.watchtower.enable=false