/wp-docker

Docker for a WordPress environment

Primary LanguageShell

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]