mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 02:56:59 -05:00
Fix to run in repo
This commit is contained in:
parent
e993d8c84e
commit
ec9f05c773
@ -7,9 +7,10 @@ services:
|
|||||||
- ./mongodb:/data/db
|
- ./mongodb:/data/db
|
||||||
|
|
||||||
pritunl:
|
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:
|
build:
|
||||||
context: .
|
context: ../server
|
||||||
|
dockerfile: ../docker/Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user