Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rookie Volume help? #4

Open
SolarCzar opened this issue Jul 15, 2022 · 1 comment
Open

Rookie Volume help? #4

SolarCzar opened this issue Jul 15, 2022 · 1 comment

Comments

@SolarCzar
Copy link

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.

@damianmoore
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants