Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 212 Bytes

File metadata and controls

10 lines (8 loc) · 212 Bytes
repo https://github.com/TryGhost/Ghost
category CMS

Docker Run Command

docker run -d --name some-ghost -e NODE_ENV=development -e url=http://localhost:3001 -p 3001:3001 ghost:latest