From 7954a4ec697a80397df2fb62069636674fd328df Mon Sep 17 00:00:00 2001 From: goofball222 Date: Wed, 1 Nov 2023 15:42:22 -0700 Subject: [PATCH] dump978 documentation updates for latest revision / new autogain dump978 documentation updates for latest revision / new autogain --- foundations/deploy-dump978-usa-only.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/foundations/deploy-dump978-usa-only.md b/foundations/deploy-dump978-usa-only.md index 6e34052..ff1dafd 100644 --- a/foundations/deploy-dump978-usa-only.md +++ b/foundations/deploy-dump978-usa-only.md @@ -76,13 +76,14 @@ Append the following lines to the end of the file \(inside the `services:` secti - DUMP978_SDR_GAIN=${UAT_SDR_GAIN} - DUMP978_SDR_PPM=${UAT_SDR_PPM} volumes: - - /opt/adsb/dump978/autogain:/run/autogain + - /opt/adsb/dump978:/var/globe_history - /dev:/dev:ro ports: - 30980:80 tmpfs: - - /run/readsb - - /tmp + - /run:exec,size=64M + - /tmp:size=64M + - /var/log:size=32M ``` To explain what's going on in this addition: