Assign a public path to application

Post Reply
adamo2
First post
Posts: 1
Joined: Mon Jun 24, 2019 4:38 pm

Assign a public path to application

Post by adamo2 »

Hi, just to start I'm a total noob in this. So please forgive me if this has been discussed but I could not find any information.

I've created a container from a yaml file

Code: Select all

version: '3'

services:
    web:
        image: aspendigital/octobercms
        ports:
          - 10024:80
All is working well, but when I try to access the public (web) folder is buried in some obscure location
Container\container-station-data\lib\docker\overlay2\2e894ec88f72ffa093f0a4b9f64eed8cddf5959ddd10db32164217646cf64fc8\merged\var\www\html

The other downside is that I could not share this folder with other QNAP users.

Is there a way to create a shorter version to access this folder when creating a container?
Post Reply

Return to “Container Station”