-
Published Question
For development purpose, I need to setup an installation of WP in a docker.
I found and follow this tutorial (https://codeable.io/wordpress-developers-intro-to-docker-part-two/)
Everything is working well, with all th...
1
•
•
By
gfelot33
WordPress
Docker
Ubuntu 16.04
-
Published Answer
It’s working now.
I had to had the env variable PMA_HOST: wordpress_db.
So my final .yml file look like this.
version...
•
By
gfelot33
-
Published Answer
Hi,
Im using the root user but when I hit the login button I have 3 error messages (red popup like on the login screen).
`#20…
•
By
gfelot33
-
Published Answer
Can you post your /etc/nginx/site-enabled/ files ?
•
By
gfelot33
-
Published Question
Hi,
I'm trying to have WordPress, MariaDB and PHPMyAdmin running on the same container.
Here my docker-compose.yml :
version: '2'
services:
wordpress:
image: wordpress:latest
networks:
- front
-...
5
•
•
By
gfelot33
Docker
WordPress
PHP
Ubuntu 16.04