1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-17 22:01:49 -05:00

Updated docker-compose

This patch update the docker-compose file to use the
host system's $HOME/.config/aprsd directory as the container's
config directory by default.
This commit is contained in:
Hemna 2020-12-20 16:46:19 -05:00
parent 6d2160c7b7
commit c39fddef67
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@ CHANGES
v1.1.0 v1.1.0
------ ------
* Added Changelog
* Fixed issue when RX ack * Fixed issue when RX ack
* Updated the aprsd-slack-plugin required version * Updated the aprsd-slack-plugin required version
* Updated README.rst * Updated README.rst

View File

@ -4,8 +4,7 @@ services:
image: hemna6969/aprsd:latest image: hemna6969/aprsd:latest
container_name: aprsd container_name: aprsd
volumes: volumes:
- /opt/docker/aprsd/config:/config - $HOME/.config/aprsd:/config
- /opt/docker/aprsd/plugins:/plugins
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=America/New_York - TZ=America/New_York