LibreBooking / docker

Librebooking as a docker container
GNU General Public License v3.0
11 stars 12 forks source link

Error trying to update V1 to V2 container #75

Closed uebmaster closed 1 year ago

uebmaster commented 1 year ago

when i try to get the image:

sudo docker image pull librebooking/librebooking:2.8.6

I got:

Error response from daemon: manifest for librebooking/librebooking:2.8.6 not found: manifest unknown: manifest unknown

Obviously i can't make works docker compose file with:

  app:
    image: librebooking/librebooking:2.8.6-2.3.2
    container_name: reservas
    restart: always
    depends_on:
      - db
    networks:
      - reservas-net
    ports:
      - "8082:80"
    volumes:
      - vol-app:/config

Am i doing something wrong?

Thanks in advance.

uebmaster commented 1 year ago

My mistake, i've tried with:

librebooking/librebooking:2.8.6.1-2.3.2

And works.

I've tried with 2.8.6 cause it was what i had in the compose file, but i suppose that was deleted.

Thanks.