• 1 Post
  • 3 Comments
Joined 11 months ago
cake
Cake day: October 22nd, 2023

help-circle


  • Even after changing that (at least I assume you meant that)

    ---
    

    version: “3.7” services: mealie: image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC1.1 container_name: mealie ports: - “9000:9000” # networks: mvl: ipv4_address: 192.168.178.196 networks: mvl: external: true deploy: resources: limits: memory: 2000M #

    I still get

    “Deployment error
    failed to deploy a stack: validating /data/compose/39/docker-compose.yml: networks.mvl Additional property volumes is not allowed”

    Is there something I’m misunderstanding? Other containers I’ve deployed successfully just include

        networks:
      mvl:
        ipv4_address: 192.168.178.200
    

    networks: mvl: external: true

    at the end of the yaml