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

restructuring to wiki-repo

This commit is contained in:
TiynGER
2020-04-10 18:51:58 +02:00
parent 7964ab15b4
commit f189138649
70 changed files with 1190 additions and 0 deletions

9
docker/pinedocs/rebuild.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
docker stop pinedocs
docker rm pinedocs
docker pull xy2z/pinedocs
docker run --name pinedocs \
--restart unless-stopped \
-p 80:80 \
-v pinedocs:/data \
-d xy2z/pinedocs