You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/configuration/docker_compose.rst
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,32 +69,36 @@ The following volumes may be required, depending on which services you run:
69
69
70
70
* ``seqrepo_vol``: Storage for sequence repository data. Required when running ``compose.anyvar.yaml`` or ``compose.test.yaml``.
71
71
72
-
.. note::
72
+
.. note::
73
73
74
-
If you already have a SeqRepo database on your local filesystem, you can use it directly instead of the Docker volume. Both ``compose.anyvar.yaml`` and ``compose.test.yaml`` can be updated to bind-mount your local SeqRepo directory in place of ``seqrepo_vol``.
74
+
If you already have a SeqRepo database on your local filesystem, you can use it directly instead of the Docker volume. Both ``compose.anyvar.yaml`` and ``compose.test.yaml`` can be updated to bind-mount your local SeqRepo directory in place of ``seqrepo_vol``.
75
75
76
-
For example, if your SeqRepo lives at ``/usr/local/share/seqrepo/2024-12-20``, replace:
76
+
For example, if your SeqRepo lives at ``/usr/local/share/seqrepo/2024-12-20``, replace:
0 commit comments