Fix to run in repo

This commit is contained in:
simonmicro 2023-05-20 11:59:21 +02:00
parent e993d8c84e
commit ec9f05c773
No known key found for this signature in database
GPG Key ID: 033A4D4CE4E063D6

View File

@ -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