Release: 2.0.9.102 (Canary) 2024-08-02

how can i pass this to compose file?

i tried in this way but not working:

version: "2.1"
services:
  duplicati:
    image: lscr.io/linuxserver/duplicati:development
    container_name: duplicati
    network_mode: bridge

    environment:
      - PUID=0
      - PGID=0
      - TZ=Europe/Rome
      - CLI_ARGS=  --webservice-allowed-hostnames="*"
    volumes:
      - /mypath/Duplicati/config:/config
    ports:
      - 8200:8200
    restart: always