Posts by roison

    If people think portainer (or even cockpit) is too hard to setup, people could create docker-compose files that could put in portainer. They would just need the path(s) adjusted. I would think that would simpler than the plugin.

    It would make it even simpler if we use Environment variables with the example portainer compose files, rather than have them edit each container



    docker-compose example



    Environment variables example

    Code
    PUID=1000
    PGID=100
    TZ=Europe/London
    USERDIR=/sharedfolders/

    Somewhat of a noob here,I have had OMV up and running for a while now and finally filled my storage drive.
    Now i have a larger replacement formatted and mounted i want to migrate my shared folders over.


    What is the best way to copy / migrate to a larger drive without messing up the permissions, configuration, docker entries ?
    Should i use rsync or cloud commander? move one shared folder at a time or all at once?