From 29b8f7c40731ec9f7fdc90d390cbe59f3b58f91a Mon Sep 17 00:00:00 2001 From: kx1t <15090643+kx1t@users.noreply.github.com> Date: Fri, 31 May 2024 12:30:04 -0400 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 307d4c6..d5c49b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,10 +17,10 @@ services: - LOGLEVEL=INFO volumes: # adopt this one to point at a subdirectory of where your docker-compose.yml file is located: - - /opt/adsb/planefence/config:/usr/share/planefence/persist + - ./planefence/config:/usr/share/planefence/persist # the following exposes the html directory to the host, in case you # want to use an external http daemon (lighttpd, nginx, etc) - - /opt/adsb/planefence/html:/usr/share/planefence/html + - ./planefence/html:/usr/share/planefence/html tmpfs: - /run:rw,nosuid,nodev,exec,relatime,size=512M - /tmp:rw,nosuid,nodev,noexec,relatime,size=128M