Wordpress Docker Image
Go to file
2023-02-25 01:20:16 +01:00
.dockerignore Add ignore files 2022-12-19 00:00:27 +01:00
.gitignore Add ignore files 2022-12-19 00:00:27 +01:00
docker-compose.yml Use port 12001 for test 2022-12-19 20:20:22 +01:00
Dockerfile Wait for db to be ready on the setup 2022-12-19 17:18:00 +01:00
env.sample The default wp url is in port 12001 2022-12-19 20:24:27 +01:00
languages Add: Language Config on Build 2022-12-19 14:10:02 +01:00
plugins Add support for themes and plugins 2022-12-19 01:14:49 +01:00
README.md First steps 2022-12-18 00:26:19 +01:00
setup Wait for db to be ready on the setup 2022-12-19 17:18:00 +01:00
test Update: chmod +x test 2023-02-25 01:20:16 +01:00
themes Add support for themes and plugins 2022-12-19 01:14:49 +01:00
version Add support for themes and plugins 2022-12-19 01:14:49 +01:00
wp-config.php First steps 2022-12-18 00:26:19 +01:00
wp-key.asc First steps 2022-12-18 00:26:19 +01:00

container image of WordPress

$ mkdir uploads db
$ cp env.sample .env
$ vim .env

Customize parameters

Custom themes or pluggins

To include custom themes or pluggins mount them directly into /app/wp-content/:

    volumes:
      - ./uploads:/app/wp-content/uploads
      - ./mytheme:/app/wp-content/themes/mytheme