mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 22:01:49 -05:00
11 lines
225 B
YAML
11 lines
225 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
aprsd:
|
||
|
image: hemna6969/aprsd:latest
|
||
|
container_name: aprsd
|
||
|
volumes:
|
||
|
- /opt/docker/aprsd/config:/config
|
||
|
restart: unless-stopped
|
||
|
environment:
|
||
|
- TZ=America/New_York
|