run_ghost.sh 292 B

123456789101112
  1. #!/bin/bash
  2. set +x
  3. docker run --detach \
  4. --publish ${2:-2368}:2368 \
  5. --volume /data/docker-volumes/ghost:/var/lib/ghost/content \
  6. --restart always \
  7. --env url=https://blog.matevi.sh \
  8. --name ${1:-ghost} \
  9. ghost:3.33-alpine