This commit is contained in:
DoTheEvolution
2020-05-22 18:22:45 +02:00
parent 736abd778e
commit 64cc57955a
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ which uses nginx as a web server.
* `bookstack-data/` - a directory where bookstack will store its web app data
* `bookstack-db-data/` - a directory where bookstack will store its MySQL database data
* `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the containers
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
* `bookstack-backup-script.sh` - a backup script if you want it
You only need to provide the files.</br>