From 339550f003dc39d573edf769f1c083b0c344a01b Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 7 Nov 2022 15:11:41 -0700 Subject: [PATCH] Use config from this dir instead --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 154cd53..0a559fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: env_file: etc/config volumes: - '/etc/ssl/private:/etc/ssl/private' - - '/etc/wgapi:/etc/wgapi:ro' + - './etc:/etc/wgapi:ro' - '/var/log/wgapi:/var/log/wgapi' dashboard-frontend: @@ -42,7 +42,7 @@ services: volumes: - '/var/log/wgapi:/var/log/wgapi' - '/etc/ssl/private:/etc/ssl/private' - - '/etc/wgapi:/etc/wgapi:ro' + - './etc:/etc/wgapi:ro' admin-frontend: build: