tdpauw / inception

42 school Inception project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inception

42 school Inception project

Set up a small infrastructure composed of WordPress with LEMP Stack (Nginx, MariaDB and PHP) using docker-compose.

docker build --no-cache -t nginx .
docker ps
docker run -p 127.0.0.1:80:80/tcp --name nginx nginx
docker exec -it nginx bash

About

42 school Inception project


Languages

Language:PHP 48.5%Language:Shell 21.6%Language:Dockerfile 16.1%Language:Makefile 13.7%