mirror of
https://github.com/productiveops/dokemon.git
synced 2026-04-26 08:15:49 +03:00
[GH-ISSUE #41] env_file location #21
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dokemon#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @D1reW0lf on GitHub (Oct 29, 2024).
Original GitHub issue: https://github.com/productiveops/dokemon/issues/41
Hi.
When we use the:
Where should we put the .env file?
I tried to put
/full/path/to/.envbut it doesn't work, it says
no such file or directory.I tried both a full path referring to the host and to the ./data that Dokémon uses.
(Frankly, having to input the vars one by one on the Variables field it's not the ideal)
Thank you.