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:
9
docker/pinedocs/rebuild.sh
Executable file
9
docker/pinedocs/rebuild.sh
Executable 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
|
||||
Reference in New Issue
Block a user