-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make dehydrated write to /dehydrated.
This allows for more effective and efficient use with read-only root filesystems. That is, /dehydrated can be mounted as volume, while /etc/dehydrated/config can be read-only.
- Loading branch information
1 parent
1cbef1f
commit db68c08
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# See https://github.com/dehydrated-io/dehydrated/blob/master/docs/examples/config | ||
|
||
# If we could set this via a param we wouldn't need this config file at all (except for staging maybe) | ||
WELLKNOWN="/static/.well-known/acme-challenge" | ||
BASEDIR="/dehydrated" |