Error trying to install Portainer

Tried to install portainer the same way I did with Traefik but I get this error:

I’m doing something wrong?

Hmm seems the generated docker-compose.yml file is wrong.

You can open it in code editor by choosing that from the context menu when you have the “services” selected.

Deleted all services and added portainer again.

This is the default config:

image

Same error. It’s a bug or I’m doing something wrong? I’m testing Hetzner server, maybe the problem is related?

There seems to be a bug in generated code, when you use it together with Traefik

  portainer:
    networks:
      - ‘proxy’

Should be just:

  networks:
    - ‘proxy’

Fixed in Wappler 5.1

This topic was automatically closed after 47 hours. New replies are no longer allowed.