domjngo / wp-docker

Docker for a WordPress environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-docker

Enviroment variables

Create an “.env” file in the same directory as the docker-compose file. (Do not commit this file to Github)

Add the enviroment variables to this file:

DB_PASS=SelectAnotherPassword

Make build.sh executable:

chmod +x ./build.sh

Run build:

./build.sh [URL] "[SITE NAME]" [ADMIN USER] [ADIM PASSOWRD] [ADMIN EMAIL]

About

Docker for a WordPress environment


Languages

Language:Shell 100.0%