From e8ccc95937a9f36a88e185416cfd65841d942346 Mon Sep 17 00:00:00 2001 From: Giorgos Komninos <giorgos@tabeo.co.uk> Date: Sun, 8 Aug 2021 20:11:33 +0300 Subject: [PATCH] Revert "docker compose uses the dockerhub image as before" This reverts commit ab6a71dff11d906dd980662246bb0690d83fc2ec. --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index aac12a1..1494a72 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