qloapps_docker
                                
                                 qloapps_docker copied to clipboard
                                
                                    qloapps_docker copied to clipboard
                            
                            
                            
                        Allow setting local storage by exposing volumes
Hi
I would like to expose internal storage outside of the container using compose so that I can access the files use by the containers from the host where the container is running.
Having them accessible on the host I can backup those files and have them in case if for some reason container cannot start.
Also it would be easier to upgrade the container much easier by just pointing to new image.
So far I have tested this docker compose configuration. But I cannot access the files due to permissions issue in the container.
Any idea how can I get this working would be appreciated ?