mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-04 16:01:15 -05:00
Hemna
c39fddef67
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.
12 lines
267 B
YAML
12 lines
267 B
YAML
version: "3"
|
|
services:
|
|
aprsd:
|
|
image: hemna6969/aprsd:latest
|
|
container_name: aprsd
|
|
volumes:
|
|
- $HOME/.config/aprsd:/config
|
|
restart: unless-stopped
|
|
environment:
|
|
- TZ=America/New_York
|
|
- APRS_PLUGINS=aprsd-slack-plugin>=1.0.2
|