1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-02-22 10:24:47 +01:00

restructuring: reevaluating the docker headers

This commit is contained in:
TiynGER
2021-03-10 21:30:32 +01:00
parent 5876bc0e26
commit 33fdfdfc90
34 changed files with 240 additions and 290 deletions

View File

@@ -1,12 +1,10 @@
# Pinedocs
## Setup Server
### Docker
## Setup with Docker
The official container and documentation was made by [xy2z](https://hub.docker.com/r/xy2z/pinedocs).
#### Volumes
### Volumes
Set the following volumes with the -v tag.
@@ -14,7 +12,7 @@ Set the following volumes with the -v tag.
| ----------- | --------------- | -------------------- |
| `pinedocs` | `/data` | storage for pinedocs |
#### Ports
### Ports
Set the following ports with the -p tag.
@@ -22,7 +20,7 @@ Set the following ports with the -p tag.
| -------------- | ------------------------ | -------- | ----------- |
| `80` | `80` | TCP | WebUI |
#### Rebuild
### Rebuild
```shell
#!/bin/sh