You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I'm embarrassed, but I'm looking for some basic help here. I loaded Photonix basic docker-compose.yaml script in a Portainer stack and spun it. No problems. Went to port 8888 and got in the app, again no problem. I've been stuck and I can't for the life of me figure out how to bring my photos into the app. I know this should be docker 101, but when I look for the volumes: and see - ./data/photos:/data/photos ...where is this and how do I get to it? I'm trying to learn more on docker volumes, but have not been very successful in finding the answer I need.
The text was updated successfully, but these errors were encountered:
Hi @SolarCzar, thanks for getting in touch and don't worry about asking for help.
In terms of the volume location, the first dot . is referring to the current directory where the docker-compose.yaml file is located so you should see a directory called data.
docker inspect CONTAINER_NAME is a helpful command to see more info about a container.
D,
Ok, I'm embarrassed, but I'm looking for some basic help here. I loaded Photonix basic docker-compose.yaml script in a Portainer stack and spun it. No problems. Went to port 8888 and got in the app, again no problem. I've been stuck and I can't for the life of me figure out how to bring my photos into the app. I know this should be docker 101, but when I look for the volumes: and see - ./data/photos:/data/photos ...where is this and how do I get to it? I'm trying to learn more on docker volumes, but have not been very successful in finding the answer I need.
The text was updated successfully, but these errors were encountered: