-
|
Hello, i'm on debian, I created the container and i can't find the admin.txt file evena fter a find -iname and a find | grep -i does the container rewrite the file ? |
Beta Was this translation helpful? Give feedback.
Answered by
felddy
Nov 24, 2022
Replies: 1 comment
-
|
The See: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
felddy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
admin.txtandoptions.jsonfiles are created at container startup from the values passed via environment variables and secrets unlessCONTAINER_PRESERVE_CONFIGis set totrue.See: