- Notifications
You must be signed in to change notification settings - Fork0
🐘Just another WordPress site made with Docker and docker-compose!
License
NotificationsYou must be signed in to change notification settings
onedevstudio/dockering
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
git clone https://github.com/onedevstudio/dockering.git your-project && cd your-project/
sudo -- sh -c -e "echo '127.0.0.1 dockering.local' >> /etc/hosts";
docker-compose up -d
./scripts/install.sh
opendockering.local/wp-admin in your browser
Login configs
- username:
admin
oremail:admin@dockering.local
- password:
admin
.env file for docker-compose.yml
APP_NAME=dockeringAPP_DIR=./wwwWP_PATH=/var/www/htmlMAIL_LINK=mailDB_HOST=dbhostDB_BASE=dbbaseDB_USER=dbuserDB_PASS=dbpassWP_PREFIX=wp_WP_URL=http://dockering.localWP_TITLE="Dockering WordPress Application"WP_USER_NAME=adminWP_USER_PASS=adminWP_USER_EMAIL=admin@dockering.localDUMP_FILE=dbase/dbbase.sqlTHEME_INSTALL="https://github.com/onedevstudio/onedev-theme/archive/master.zip"THEMES_DELETE="twentyfifteen|twentysixteen|twentyseventeen"PLUGINS_INSTALL="application-passwords|debug-bar|query-monitor|theme-check|log-deprecated-notices|user-switching|wp-example-content"PLUGINS_DELETE="hello|akismet"
MIT License © Fernando Moreira