ghost | docker
install Ghost using docker
Ghost는 Wordpress 처럼 가입 또는 개인 서버에 설치하여 운영 가능합니다.
개인적으로 무료로 제공되는 테마들도 이뻐서 맘에 들었고, 무엇보다 페이지 로딩이 빨라서 Ghost를 선택했습니다.
version: '3.1'
services:
ghost:
image: ghost:5.45.1-alpine
container_name: ghost
restart: always
network_mode: www
depends_on:
- mysql #container name of mysql
ports: