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:
parent
6d2160c7b7
commit
c39fddef67
@ -4,6 +4,7 @@ CHANGES
|
||||
v1.1.0
|
||||
------
|
||||
|
||||
* Added Changelog
|
||||
* Fixed issue when RX ack
|
||||
* Updated the aprsd-slack-plugin required version
|
||||
* Updated README.rst
|
||||
|
@ -4,8 +4,7 @@ services:
|
||||
image: hemna6969/aprsd:latest
|
||||
container_name: aprsd
|
||||
volumes:
|
||||
- /opt/docker/aprsd/config:/config
|
||||
- /opt/docker/aprsd/plugins:/plugins
|
||||
- $HOME/.config/aprsd:/config
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=America/New_York
|
||||
|
Loading…
Reference in New Issue
Block a user