We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcb899 commit 4a90a6cCopy full SHA for 4a90a6c
README.md
@@ -20,9 +20,10 @@ Copy `settings.example` in the `config` directory to e.g.
20
BDB web comes with a Docker file. To build the Docker image, run the
21
following from the project root folder:
22
23
- build -t bdb-web .
+ docker build -t bdb-web .
24
25
To run the Docker container, you need a data directory with two subdirectories
26
-called 'bdb' and 'pdb', containing all the data files. An example:
+called 'bdb' and 'pdb', containing all the data files. (Adjust the
27
+configuration file accordingly). An example:
28
- docker run -v /home/cbaakman/projects/bdb-web:/app -v /mnt/cmbi4:/data -p 16000:16000 -it bdb-web
29
+ docker run -v /path/to/bdb-web:/app -v /host:/data -p 16000:16000 -it bdb-web
0 commit comments