mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
Update docker section of README
This commit is contained in:
parent
f5d00d9f0e
commit
282019a511
1 changed files with 6 additions and 3 deletions
|
@ -12,7 +12,7 @@ Developed by Starbeamrainbowlabs (though contributions from others are welcome!)
|
|||
[![Main Page Example](https://i.imgur.com/5dmbKlz.png)](https://imgur.com/a/lsBc3cM)
|
||||
|
||||
## Documentation
|
||||
For everything you need to know, you probably want the documentation. It can be found here:
|
||||
For everything you need to know (including how to get your own copy!), you probably want the documentation. It can be found here:
|
||||
|
||||
**[Documentation](https://starbeamrainbowlabs.com/labs/peppermint/_docpress/)**
|
||||
|
||||
|
@ -35,8 +35,11 @@ Here's a list of things that I want to add at some point (please feel free to [s
|
|||
Is the feature you want to see not on this list or not implemented yet? [Open an issue](https://github.com/sbrl/Pepperminty-Wiki/issues/new) or [send a pull request](https://github.com/sbrl/Pepperminty-Wiki/pulls) - contributions welcome!
|
||||
|
||||
## Docker
|
||||
The recommended way of running Pepperminty Wiki is with a plain PHP-enabled web server. However, a docker container is generaourly provided by @SQL-enwiki. You can run it like so:
|
||||
|
||||
Run in a docker container with: `docker run -d sqlatenwiki/peppermintywiki:stable`
|
||||
```bash
|
||||
docker run -d sqlatenwiki/peppermintywiki:stable
|
||||
```
|
||||
|
||||
# License
|
||||
## License
|
||||
Pepperminty Wiki is released under the Mozilla Public License 2.0. The full license text is included in the `LICENSE` file in this repository.
|
||||
|
|
Loading…
Reference in a new issue