--- services: chromium: image: linuxserver/chromium container_name: chromium security_opt: - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - HTTP_PROXY=http://host.docker.internal:7890 - HTTPS_PROXY=https://host.docker.internal:7890 volumes: - ./config:/config - /mnt/disk1/downloads:/config/Downloads - /mnt/disk1/videos/animedownloader:/config/animedownloader ports: - 4040:3000 - 4041:3001 shm_size: "1gb" restart: always extra_hosts: - "host.docker.internal:host-gateway"