You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
549 B
23 lines
549 B
---
|
|
|
|
# Default Docker configuration
|
|
wh_docker_name: wordpress
|
|
wh_docker_email: technique@iptek.fr
|
|
wh_docker_root_dir: /opt/docker
|
|
|
|
# Default Wordpress configuration
|
|
wh_docker_wp_image: wordpress:6.0.1-php8.1-fpm
|
|
wh_docker_wp_port: 8080
|
|
wh_docker_url: wp.iptek.fr
|
|
wh_docker_admin: iptek
|
|
wh_docker_pass: "S3cr3t."
|
|
|
|
# Default DB config
|
|
wh_docker_db_host: localhost
|
|
wh_docker_db_user: wordpress
|
|
wh_docker_db_pass: "S3cr3t."
|
|
wh_docker_db_name: wordpress
|
|
|
|
# Default phpMyAdmin configuration
|
|
wh_docker_pma_image: phpmyadmin:latest
|
|
wh_docker_pma_port: 8180
|
|
|