From c481db6702feab6a0d494e4ac8616af16f370d90 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Mon, 29 Dec 2025 14:09:26 -0500 Subject: [PATCH] Update gitignore for configs --- .gitignore | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 558e6b1..2a65b26 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ *.log *.db *.conf -config/* \ No newline at end of file +configs/* \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index e1a05f1..922e44b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: devices: - "/dev/bus/usb:/dev/bus/usb" volumes: - - ./config:/app/config + - ./configs:/configs - ./op25_logs:/tmp/op25 env_file: - .env