czarodziejekodu.pl webpage source code
docker
(prefarebly version 18.09.2) - Get started with Dockerdocker-compose
(prefarebly version 1.24.0) - docker-compose overview
- Clone the repository
- Run
docker-compose up -d
- After it finishes open
http://localhost
in your web browser to see Czarodzieje Kodu wordpress site
- If
docker-compose
can't create and start containers make sure your already installed application does not use ports: 80, 3306 and 8080; for example stop anyapache2
,ngnix
ormysql
processes