A simple docker-compose WebSite (+php8.2-apache +mariadb:10.3.23 +phpmyadmin +mod rewrite) for fast install and work.
- Add new gen credentials script
- Rewrite docker-compose.yml
git clone https://github.com/XackiGiFF/SimpleWeb.git
cd SimpleWeb
Use script ./gen_env.sh
for generate your random credentials. It will output to .env
file and show you your credentials.
./gen_env.sh
You can set your own credentials in .env
file.
Put your sql/sait.sql file to mariadb directory.
You can set your settings in ./php/php.ini file and set Dockerfile in ./php/Dockerfile file (If you need).
docker-compose up --build
Web: 80 port
PhpMyAdmin: 8765 port