14 lines
270 B
YAML
14 lines
270 B
YAML
services:
|
|
appdaemon:
|
|
container_name: appdaemon
|
|
image: acockburn/appdaemon:dev
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./:/conf
|
|
ports:
|
|
- 5050:5050
|
|
restart: unless-stopped
|
|
tty: true
|
|
|