my docker-compose.yml wordpress: image: wordpress links: – wordpress_db:mysql ports: – 8080:80 volumes: – /tmp/html/:/var/www/html wordpress_db: […]
Tag: docker-compose
Connect to mysql inside docker
I’m using the official MySQL image from docker hub and expose ports 3333:3306 to connect […]
Container command could not be invoked
Just encountered this error message while trying to bring up a docker-compose stack on my […]
Docker user permissions explanation
I have a LEMP stack which is created by this docker-compose command: cadvisor: image: google/cadvisor:latest […]
(Docker) How to install dependencies, using separate Composer container, in WordPress container?
Dockerfile FROM wordpress ENV REFRESHED_AT 2015-08-12 ADD composer.json /var/www/html ADD composer.lock /var/www/html # install the […]
docker-compose wordpress mysql connection refused
I’ve created a small docker-compose.yml which used to work like a charm to deploy small […]
Docker Compose WordPress example
I have been following the Quickstart Guide: Compose and WordPress and can’t get it to […]
Docker – wordpress deployed on Digital Ocean Droplet – where is the wp-content?
Testing the Docker eco-system, I deployed my containers with docker-compose on a Digital Ocean droplet […]
No More Posts Available.
No more pages to load.