2
0

start-prod.sh 177 B

12345
  1. #!/bin/bash
  2. docker run -d --restart always --name website-v2-static-prod -p 80:9090 \
  3. --mount type=bind,source=$HOME/media,target=/tmp/http/media,readonly \
  4. website-v2-static