1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@
|
||||
#!/bin/sh |
||||
|
||||
# Run the container as a daemon |
||||
docker run -d --name dcpvalidator --mount type=bind,source="$(pwd)",target=/media/dcp -it --network=host dcpvalidator |
||||
docker run -d --name dcpvalidator --mount type=bind,source="/media/",target=/media/dcp --mount type=bind,source="$(pwd)",target=/media/dcp/dcp -it --network=host dcpvalidator |
||||
|
Loading…
Reference in new issue