Improwised / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
0 stars 0 forks source link

Upload image doesn't get uploaded for books or shelves #33

Open brijm-improwised opened 1 week ago

brijm-improwised commented 1 week ago

Describe the feature you'd like

https://github.com/BookStackApp/BookStack/issues/4275

Describe the benefits this would bring to existing BookStack users

Can the goal of this request already be achieved via other means?

Have you searched for an existing open/closed issue?

How long have you been using BookStack?

Not using yet, just scoping

Additional context

brijm-improwised commented 6 days ago

There is no issue related to this, bookstack working properly in BookStack: version 24.10.2

This is My Docker Compose File

services:
  bookstack:
    image: lscr.io/linuxserver/bookstack:latest
    container_name: bookstack-linuxserver
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - APP_URL=http://localhost:6876
      - APP_KEY=bhjdkslairueydgshcbdgeudhbdjloyg
      - DB_HOST=
      - DB_PORT=3306
      - DB_USERNAME=bookstack-test
      - DB_PASSWORD=bookstack-test
      - DB_DATABASE=bookstack-dev
      - QUEUE_CONNECTION= #optional
    volumes:
      - ./BookStack/.env:/config/www/.env
      - ./BookStack/storage/logs/laravel.log:/config/log/bookstack/laravel.log
      - ./BookStack/storage/backups/:/config/backups/
      - ./BookStack/storage/uploads/files/:/config/www/files/
      - ./BookStack/storage/uploads/images/:/config/www/images/
      - ./BookStack/themes/:/config/www/themes/
      - ./BookStack/public/uploads/:/config/www/uploads/
    ports:
      - 6876:80
    restart: unless-stopped
    networks:
      - bookstack_default

networks:
  bookstack_default:
    external: true 

Check the Path you provide for volume