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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user