ghost/README.md

16 lines
798 B
Markdown
Raw Normal View History

2025-02-08 22:37:31 +01:00
# ghost
![Build, scan & push](https://git.conorz.at/titanz-containers/ghost/actions/workflows/build.yml/badge.svg)
### Features & usage
- Built on the [official Alpine-based image](https://github.com/docker-library/ghost/tree/master/5/alpine), to be used as a drop-in replacement.
- Unprivileged image: you should check your volumes' permissions (eg `/var/lib/ghost/content`), default UID/GID is 200003. Default port is 2368/tcp.
### Sample Docker Compose config
See this [link](https://git.conorz.at/titanz/Docker-Compose-Files/src/branch/development/ghost).
### Licensing
- ghost is under the MIT license. Copyright to ghost belongs to Ghost Foundation.
- Any image built by titanz containers is provided under the combination of license terms resulting from the use of individual packages.