16 lines
347 B
YAML
16 lines
347 B
YAML
services:
|
|
appdaemon:
|
|
container_name: appdaemon
|
|
image: acockburn/appdaemon:dev
|
|
# image: acockburn/appdaemon:local-dev
|
|
restart: unless-stopped
|
|
tty: true
|
|
dns:
|
|
- 192.168.1.150
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./:/conf
|
|
ports:
|
|
- 5050:5050
|