Skip to content

워드프레스 도커를 이용한 개발 템플릿

Notifications You must be signed in to change notification settings

beeclover/wordpress-docker

Repository files navigation

Welcome to wordpress (docker) 👋

Wordpress Working template

folder structure

.
├── Makefile
├── README.md
├── {{PROJECT_NAME}} #여기가 따로 버전관리될 프로젝트
├── docker-compose.override.yaml
├── docker-compose.yaml (docker-compose.prod.yaml)
└── voulme
    ├── db # MySQL 데이터 저장
    └── wp  # wordpress 데이터 저장

명령어

초기설정

  1. 프로젝트 이름
  2. 프로덕션 개발모드
make init

정리하기

make clean

About

워드프레스 도커를 이용한 개발 템플릿

Topics

Resources

Stars

Watchers

Forks