Skip to content

error 401 in log #1

@Minikea

Description

@Minikea

the docker service for OVH return this message:
level=fatal msg="OVH [401]: Basic realm=\"Authenticated Users Only\""
my docker-compose:

services:
  dynhost:
    image: wojteek/dynhost:latest
    command: [
      "--timer=15m",
      "ovh",
      "--auth-username=${OVH-auth-username}",
      "--auth-password=${OVH-auth-password}",
      "--hostname=${OVH-hostname}"
    ]
    env_file:
        - .env
    container_name: "dynhost"
    restart: always
    volumes:
      - ./data.json:/app/data.json:rw```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions