diff options
Diffstat (limited to 'production-deploy.sh')
-rwxr-xr-x | production-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/production-deploy.sh b/production-deploy.sh index d72dbac..b4924a7 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -29,6 +29,7 @@ container_script=$(guix system container \ --share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \ --share=/export2/guix-containers/genenetwork/var/lib/mysql=/var/lib/mysql \ --share=/export2/guix-containers/genenetwork/var/lib/virtuoso=/var/lib/virtuoso \ + --share=/export2/guix-containers/genenetwork/var/log=/var/log \ --share=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \ --expose=/export/data/genenetwork-xapian \ --share=/export/data/genenetwork-sqlite \ |