mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-10-30 12:17:03 +00:00
fix: default env variables from the docker-compose.yml sample
This commit is contained in:
@@ -7,7 +7,11 @@ import (
|
||||
)
|
||||
|
||||
var dockerEnvVarDefaults = map[string]string{
|
||||
"BACKREST_PORT": "0.0.0.0:9898",
|
||||
"BACKREST_PORT": "0.0.0.0:9898",
|
||||
"BACKREST_DATA": "/data",
|
||||
"BACKREST_CONFIG": "/config/config.json",
|
||||
"XDG_CACHE_HOME": "/cache",
|
||||
"TMPDIR": "/tmp",
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user