From 837409e0f3537f81a91834091648281b2b0d3f1b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 12 Jul 2024 12:26:11 -0500 Subject: Make the container's /var/log directory available on host Make the container's logs available of the host to help with troubleshooting and some stickiness for the logs. --- production-deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'production-deploy.sh') 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 \ -- cgit v1.2.3