diff options
author | Frederick Muriuki Muriithi | 2024-07-12 12:26:11 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-12 15:17:11 -0500 |
commit | 837409e0f3537f81a91834091648281b2b0d3f1b (patch) | |
tree | 4fc125224a774b0a94901d8010d8437c300adad0 | |
parent | a2025885a8546a94e671704149c9538cda990829 (diff) | |
download | gn-machines-837409e0f3537f81a91834091648281b2b0d3f1b.tar.gz |
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.
-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 \ |