8000 GitHub - wkup/bookstack: Bookstack setup based on Alpine, Nginx, PHP-FPM, MariaDB, Redis & ClamAV for use with Træfik
[go: up one dir, main page]

Skip to content

Bookstack setup based on Alpine, Nginx, PHP-FPM, MariaDB, Redis & ClamAV for use with Træfik

License

Notifications You must be signed in to change notification settings

wkup/bookstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

To use this you need Docker and Docker Compose installed.

Run the following command to get setup:

wget https://raw.githubusercontent.com/JJTC-Docker/bookstack/master/bookstack.sh
chmod +x bookstack.sh
./bookstack.sh

Docker Compose Start/Stop

After bookstack.sh has taken care of the setup you can use the default docker-compose commands to start and stop:

#  Start as daemon
docker-compose up -d

# Stop
docker-compose down

About

Bookstack setup based on Alpine, Nginx, PHP-FPM, MariaDB, Redis & ClamAV for use with Træfik

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.0%
  • Dockerfile 40.0%
0