Docker images specifically for RaspberryPi (ARMv6l devices like RaspberryPi zero w
Nginx, MySQL and PHP-FPM Docker containers for ARMv6l based machines (for example Raspberypi zero w )
-> Docker & Docker Compose installation in RaspberryPi -> Compose file version 3 reference
.
├── .env
├── README.md
├── data
│ └── db
│ ├── dumps
│ └── mysql
├── docker-compose.yml
├── dockeretc
| ├── mysql
| | └── debian.conf
│ ├── nginx
│ │ ├── http.conf
│ │ ├── proxy.conf
│ │ ├── wordpress.conf (*PS: for WordPress projects)
│ │ ├── fastcgi.inc
│ │ └── nginx.conf
│ ├── php
│ │ └── php.ini
└── web
sudo docker-compose up -d
This might take some time as docker needs to pull images and build them
sudo docker-compose logs
sudo docker-compose down -v