These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
678 B

  1. # Pinedocs
  2. This is a dockerized version of a pinedocs site.
  3. The official container and documentation was made by [xy2z](https://hub.docker.com/r/xy2z/pinedocs).
  4. ## Volumes
  5. Set the following volumes with the -v tag.
  6. | Volume-Name | Container mount | Description |
  7. | ---------------- | --------------- | ----------------------- |
  8. | pinedocs | /data | storage for pinedocs |
  9. ## Ports
  10. Set the following ports with the -p tag.
  11. | Container Port | Recommended outside port | Protocol | Description |
  12. | -------------- | ------------------------ | -------- | ----------- |
  13. | 80 | 80 | TCP | WebUI |