How to change the default compose file? #776
Answered
by
cyril59310
wsw70
asked this question in
Ask for Help
-
|
Beta Was this translation helpful? Give feedback.
Answered by
cyril59310
Apr 7, 2025
Replies: 2 comments
-
|
The default compose is hardcoded: https://github.com/cyril59310/dockge/blob/5fa9c5302b02f96000fe1eab10b98c055c02e64e/frontend/src/pages/Compose.vue#L261 If you want to change it, you'll need to fork the project and modify it your own way. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wsw70
-
|
could be done using #922 if merged one day :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default compose is hardcoded: https://github.com/cyril59310/dockge/blob/5fa9c5302b02f96000fe1eab10b98c055c02e64e/frontend/src/pages/Compose.vue#L261
If you want to change it, you'll need to fork the project and modify it your own way.