Help me set up Alta Control on Synology or CasaOS

So im trying to install Alta Control on CasaOS using compose I followed the instructions on this link; this is my compose file:

services:
  control:
    image: altalabs/control:1.0d-amd64
    container_name: control-macvlan
    networks:
      control_macvlan:
        # Customize for your network
        ipv4_address: 192.168.1.10
    tmpfs:
      - /run
      - /run/lock
    volumes:
      - /sys/fs/cgroup/access.scope:/sys/fs/cgroup:rw
    extra_hosts:
      - local.manage.alta.inc:0.0.0.255
    cgroup: host
    security_opt:
      - seccomp=unconfined
    tty: true
    stdin_open: true
    restart: unless-stopped

networks:
  control_macvlan:
    name: control_macvlan
    driver: macvlan
      # Customize for your network
      # driver_opts:
        # parent: eth2 # VLAN 1
    ipam:
      driver: default
      config:
        # Customize for your network
        - subnet: 192.168.1.0/24
          gateway: 192.168.1.1

The installation seems to install fine but I cannot enter the control configuration interfase, My system is running on a Route10 and two AP6s, everything working fine but if the internet fails I cannot access the interface on the App, so that’s why I need the Alta Control, please help, im not so program savvy…