From e46137570caf113a471542c47d8dd8119cf2257e Mon Sep 17 00:00:00 2001 From: Daniel Molenda Date: Tue, 19 May 2026 16:14:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7c544569..f196aa91 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,20 +3,18 @@ volumes: services: wg-easy: - environment: + # environment: # Optional: - - PORT=51821 - - HOST=0.0.0.0 - - INSECURE=false + # - PORT=51821 + # - HOST=0.0.0.0 + # - INSECURE=false # Google OAuth (optional): - - OAUTH_GOOGLE_ENABLED=true - - OAUTH_GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com - - OAUTH_GOOGLE_CLIENT_SECRET=your-client-secret - - OAUTH_GOOGLE_ALLOWED_DOMAIN=example.com + # - OAUTH_GOOGLE_ENABLED=true + # - OAUTH_GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com + # - OAUTH_GOOGLE_CLIENT_SECRET=your-client-secret + # - OAUTH_GOOGLE_ALLOWED_DOMAIN=example.com - build: - dockerfile: ./Dockerfile - platform: linux/amd64 + image: ghcr.io/wg-easy/wg-easy:15 container_name: wg-easy networks: wg: