Skip to content

Split yaml from appdata #516

Discussion options

You must be logged in to vote

Right I think I can see whats wrong, I'll try and explain it as best as I can, if I don't come across right just please ask.

OMV and Dockge have different compose file names - OMV 'container.yml' and 'container.env' + the 'global.env', Dockge 'compose.yml' and '.env' (I did ask compose plugin maintainer if he's change to default name, and he declined, which is fair enough)

So because we set the below volume, Dockge can see containers that are up.

    volumes:
      - /var/run/docker.sock:/var/run/docker.sock

In my setup Dockge will say they are active, but thats it, I can't 'down' it, and thats because of the compose file names.

I did write a simple script that will go thru the 'compose'…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@BrokenSpring
Comment options

Comment options

You must be logged in to vote
1 reply
@BrokenSpring
Comment options

Answer selected by BrokenSpring
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants