From ab6a71dff11d906dd980662246bb0690d83fc2ec Mon Sep 17 00:00:00 2001 From: Giorgos Komninos Date: Sun, 8 Aug 2021 20:11:07 +0300 Subject: [PATCH] docker compose uses the dockerhub image as before --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1494a72..aac12a1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,8 +2,8 @@ version: '3' services: wg: - build: . - #image: ngoduykhanh/wireguard-ui:latest + #build: . + image: ngoduykhanh/wireguard-ui:latest container_name: wgui environment: - SENDGRID_API_KEY