View and edit YAML files for untracked stacks #178
danfratamico
started this conversation in
General
Replies: 2 comments 6 replies
|
@danfratamico, you could try to volume-map dockhand's stacks folder to your stacks folder like this (make sure to make a backup of your stacks folder first): volumes: Then you might have to choose the Adopt button to bring in your stacks. |
4 replies
|
@danfratamico. does the docker-compose.yml file stay in /opt/dockers/homebridge or does it get moved to the new /opt/dockers/'Raspberry Pi'/homebridge folder, or duplicated there? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have many containers that I set up manually and they are stored in /opt/dockers. Dockhand can perform almost everything I need, except the ability to view and edit my YAML configuration files. I don't want to use Dockhand to manage using the default stacks folder, I want it to use the existing folder I have listed above. How can I change it so that the default stacks directory is a folder path on my host and not in a Docker volume?
All reactions