wp fail certainly because docker build have no access to docker network

This commit is contained in:
hugo gogo
2022-09-10 09:56:01 +02:00
parent 1b48f4b6d3
commit e994b60790
7 changed files with 61 additions and 14 deletions

View File

@@ -26,7 +26,8 @@ COMPOSE = ./srcs/docker-compose.yml
IMAGES = test \
nginx \
mariadb
mariadb \
wordpress
HOME_D = $(shell echo $(HOME))