Paste is a project that started from the files pastebin.com used before it was bought.
840
Docker image & Compose files for PASTE - https://github.com/jordansamuel/PASTE
Paste is a project that started from the files pastebin.com used before it was bought.
git clone https://github.com/dwaaan/docker-phpastecd docker-phpastechmod -R 777 www/MYSQL_ROOT_PASSWORD, change port if needed (default 80)docker-compose up -ddatabase host: mysql
database: paste
username: root
password: set indocker-compose.yml
rm -rf www/install - the web interface will not load until install directory is removeddocker exec -ti paste mysql -h mysql -u root -p pasteenter root password from docker-compose.yml
use paste; update site_info SET baseurl='172.16.50.9';exitsetup complete
Content type
Image
Digest
Size
40.3 MB
Last updated
over 6 years ago
docker pull dwaaan/docker-phpaste