services: ## All services/containers go below this line (note the two space indentation in front). Nextcloud Docker Compose Next, let's add the Nextcloud Docker-Compose snippet (either tonextcloud.ymlordocker-compose-t2.yml): 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20...
Your file must contain the exact following function which will: be applied as the transformer: def transform(data, pse): # NOTE: the function name must be 'transform' # NOTE: the function param name must be 'data' # NOTE: indentation must be 4 spaces # ... your transformations goes ...