Announcement

#1 2021-10-11 15:41:11

loones
Member
2021-10-11
2

Docker Container Problem with /config/www/gallery/

Hi,

After recently moving my docker container from one box to another I found that the docker image's contents of /config/www/gallery/ disappeared. I'm mounting filesystem dirs to under that path, as per below, but all the piwigo software should still be there. Result: file not found, on any path. The only possible change after I rsynced everything over is the piwigo docker container version.

The only thing I have to work on is that by downgrading from latest to version-11.4.0 everything reappeared, therefore there may be in issue with 11.5.0.

Any ideas? Details below.

Thanks,
Ian

As seen in container:
root@8c85445e4366:/# cd /config/www/
root@8c85445e4366:/config/www# ls
gallery
root@8c85445e4366:/config/www# ls gallery/
_data/     galleries/ local/     upload/

Relevant contents of docker compose:
  piwigo:
    image: linuxserver/piwigo
    depends_on:
      - mysql
    container_name: piwigo
    cap_add:
      - NET_ADMIN
    volumes:
            - /volumes/data/piwigo/config:/config/www/gallery/local/config/
            - /volumes/data/piwigo/upload:/config/www/gallery/upload/
            - /volumes/data/piwigo/_data:/config/www/gallery/_data/
            - /volumes/data/piwigo/galleries:/config/www/gallery/galleries/
    ports:
            - 80:80
    restart: unless-stopped


After downgrade to "linuxserver/piwigo:version-11.4.0":
Piwigo 11.4.0 Check for upgrade
Operating system: Linux
PHP: 7.4.15 (Show info) [2021-10-11 13:21:57]
MySQL: 5.5.5-10.6.4-MariaDB-1:10.6.4+maria~focal [2021-10-11 13:21:57]
Graphics Library: ImageMagick 7.0.10-57

Piwigo URL: https://photos.lunam.org/pictures/index.php?/categories

Offline

 

#2 2021-10-11 15:56:06

loones
Member
2021-10-11
2

Re: Docker Container Problem with /config/www/gallery/

Additional:

Using the built-in upgrader from Admin/Tools/Updates I was able to upgrade the software to 11.5.0

Piwigo 11.5.0 Check for upgrade
Operating system: Linux
PHP: 7.4.24 (Show info) [2021-10-11 13:55:08]
MySQL: 5.5.5-10.6.4-MariaDB-1:10.6.4+maria~focal [2021-10-11 13:55:08]
Graphics Library: ImageMagick 7.0.11-13

But I'm still worried that when the next update come on dockerhub I'll have the same problem.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact