diff options
author | Frederick Muriuki Muriithi | 2025-02-19 15:30:04 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-19 15:34:27 -0600 |
commit | 30aac9075b8ffd400e701d4a4c608493bd10b249 (patch) | |
tree | bf8268961fc03603bdcb2000457561fe653a7385 | |
parent | 87e3ad6e3709f9fb5a397dd023919b01cea2abfd (diff) | |
download | gn-machines-30aac9075b8ffd400e701d4a4c608493bd10b249.tar.gz |
Don't share MariaDB data directory with the production container.
-rwxr-xr-x | production-deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/production-deploy.sh b/production-deploy.sh index 3d4451c..b0c7812 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -29,7 +29,6 @@ container_script=$(guix system container \ --share=/export2/guix-containers/genenetwork/var/genenetwork=/var/genenetwork \ --share=/export2/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \ --share=/export2/guix-containers/genenetwork/var/lib/redis=/var/lib/redis \ - --share=/export/mysql/database=/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 \ |