Skip to content

Docker Official Image packaging for Ghost

License

Notifications You must be signed in to change notification settings

BYmax1/aong-ghost

 
 

Repository files navigation

About this Repo

This is a project fork from https://github.com/docker-library/ghost

It use the qn-store to store the image

How To Use

In your config.js file, you'll need to add a new storage block to whichever environment you want to change:

storage: {
    active: 'qn-store',
    'qn-store': {
    accessKey: 'your AK',
    secretKey: 'your SK',
    bucket: 'your bucket name',
    origin: 'your storage url'
     }
},

Example

This is a docker-compose.yml

myblog:
  image: daocloud.io/yxwzaxns/ghost:latest
  ports:
   - "2368"
  envrionment:
   - PROTO_TYPE=https
  volumes:
    - "/root/docker:/var/lib/ghost"

About

Docker Official Image packaging for Ghost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%