parent
0e4839e146
commit
532f99f770
@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo docker run -it -v $PWD/config:/root/config -e RUST_LOG=ptth=trace ptth:latest
|
||||
sudo docker run -it \
|
||||
-v $PWD/config:/home/nonroot/config \
|
||||
-e RUST_LOG=ptth=trace \
|
||||
-p 4000:4000 \
|
||||
ptth:latest
|
||||
|
Loading…
Reference in new issue