lukedoomer
lukedoomer
confirmed Tapo C320WS FW. v1.1.18 working also
``` version: '3' services: scheduler-db: container_name: scheduler-db restart: always image: postgres:12-alpine ports: - 5432:5432 volumes: - scheduler-db:/var/lib/postgresql/data environment: - POSTGRES_DB=postgres - POSTGRES_USER=postgres - POSTGRES_PASSWORD=scheduler # command: postgres -c 'log_statement=all' networks:...
same problem here
what if we have to append parameters for the script with quote and double quote like this? the original shell command ``` actions: - title: test shell: > ssh [email protected]...