version: '3.9' services: appdaemon: container_name: appdaemon_dev image: appdaemon:jsl-dev volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./:/conf ports: - 5051:5050 restart: unless-stopped tty: true # command: ["--debug", "DEBUG"]