diff options
-rw-r--r-- | genenetwork-local-container.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm index e839ccb..dd9976c 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -335,7 +335,7 @@ described by CONFIG, a <genenetwork-configuration> object." (target source) (writable? #t)) (file-system-mapping - (source gn2-secrets) + (source "/etc/genenetwork/conf") (target source) (writable? #t))) #:namespaces (delq 'net %namespaces)) @@ -390,7 +390,7 @@ described by CONFIG, a <genenetwork-configuration> object." (source xapian-db-path) (target source)) (file-system-mapping - (source "/etc/genenetwork/conf/gn3") + (source "/etc/genenetwork/conf") (target source) (writable? #t)) (file-system-mapping @@ -439,7 +439,7 @@ described by CONFIG, a <genenetwork-configuration> object." (target source) (writable? #t)) (file-system-mapping - (source gn-auth-secrets) + (source "/etc/genenetwork/conf") (target source) (writable? #t))) #:namespaces (delq 'net %namespaces)) |