Files
ad-nix/docker-compose.yml
John Lancaster 97df288ff1 renamed volume
2023-04-26 00:20:08 -05:00

20 lines
396 B
YAML

version: "3.8"
services:
appdaemon:
container_name: appdaemon
image: acockburn/appdaemon:dev
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- config:/conf
ports:
- 5050:5050
restart: unless-stopped
volumes:
config:
driver: local
driver_opts:
o: bind
type: none
device: /home/docker/appdaemon