I built a docker with mariadb nginx and wordpress-php.
volumes (mariadb and wordpress) here : /home/my_login/data/
domain name : my_login.42.fr
The three containers are built annd healthy BUT :
my wordpress volume is empty ???
Share and learn in the Docker community.
I built a docker with mariadb nginx and wordpress-php.
volumes (mariadb and wordpress) here : /home/my_login/data/
domain name : my_login.42.fr
The three containers are built annd healthy BUT :
my wordpress volume is empty ???
Bonjour
Could you please share your compose.yaml file to see of there is something wrong ? Without that, I think, it will be difficult to try helping you
Thank you for your answer.
I re-read all my files and found inconsistancy on one point (confusinon between /var/www/html and /var/www/wordpress ). A beginner miss. Now my docker is (finally) running after hours and hours of pain and sweat.
Thanks once more.
Docker is hard to learn so it’s absolutely normal you have this type of “error”, fully normal.
Now you’ve perfectly understand how it’s works
Have fun docker, it’s a wonderful tool.