Swag not deploying

I’m trying to install Nextcloud w/ mariaDB + swag and I keep hiting this wall.
My swag stack won’t deploy and get this error message:

Deployment error
failed to deploy a stack: swag Pulling b7109eead858 Pulling fs layer dd1809ebdc33 Pulling fs layer 06c351ea662a Pulling fs layer 13bfad17a15b Pulling fs layer d606963d6505 Pulling fs layer 991d5e759722 Pulling fs layer fd103dceb01a Pulling fs layer d606963d6505 Waiting 991d5e759722 Waiting fd103dceb01a Waiting 13bfad17a15b Waiting 06c351ea662a Downloading [=============> ] 1.378kB/5.082kB 06c351ea662a Downloading [==================================================>] 5.082kB/5.082kB 06c351ea662a Download complete b7109eead858 Downloading [> ] 54.82kB/5.351MB dd1809ebdc33 Downloading [> ] 39.81kB/3.949MB b7109eead858 Downloading [====> ] 499.2kB/5.351MB dd1809ebdc33 Downloading [====> ] 326.5kB/3.949MB b7109eead858 Downloading [===================================> ] 3.768MB/5.351MB b7109eead858 Verifying Checksum b7109eead858 Download complete b7109eead858 Extracting [> ] 65.54kB/5.351MB dd1809ebdc33 Downloading [===============> ] 1.25MB/3.949MB b7109eead858 Extracting [======================> ] 2.425MB/5.351MB dd1809ebdc33 Downloading [======================================> ] 3.014MB/3.949MB dd1809ebdc33 Verifying Checksum dd1809ebdc33 Download

My swag stack looks like this:

version: "2.2"
services:
  swag:
    image: ghcr.io/linuxserver/swag
    container_name: swag
    cap_add:
      - NET_ADMIN
    environment:
      - PUID=1000
      - PGID=100
      - URL=blabla.duckdns.org
      - SUBDOMAINS=wildcard
      - VALIDATION=duckdns
      - DUCKDNSTOKEN=token_here
      - TIMEZONE=Europe/Bucharest
      - EMAIL=email
      - DOCKER_MODS=linuxserver/mods:swag-dashboard
    volumes:
      - /srv/dev-disk-by-uuid-834cd9ab/AppData/swag:/config
    ports:
      - 443:443
      - 80:80
      - 81:81
    restart: unless-stopped

What to do?

We do not support/recommend nor test our containers using portainer. Can’t tell you why that’s erroring.

Hello,
You should give logs when using Docker compose