From ec9f05c7738da31a0295152ae6457bb50fe6ec8d Mon Sep 17 00:00:00 2001 From: simonmicro Date: Sat, 20 May 2023 11:59:21 +0200 Subject: [PATCH] Fix to run in repo --- docker/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 13a2c8e..93da4dd 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -7,9 +7,10 @@ services: - ./mongodb:/data/db pritunl: - # Use the following to build the image from source. + # Use the following to build the image from source (assuming you're running inside the repository). build: - context: . + context: ../server + dockerfile: ../docker/Dockerfile restart: always depends_on: - mongodb