Skip to content

Commit 7a3db3a

Browse files
committed
dokuwiki / Initial commit
1 parent 2c7f71a commit 7a3db3a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

dokuwiki/dokuwiki.sh

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#!/bin/sh
2-
3-
docker volume create dokuwiki_data
4-
5-
docker run -d \
6-
--name dokuwiki \
7-
-p 80:8080 \
8-
-p 443:8443 \
9-
--volume dokuwiki_data:/bitnami/dokuwiki \
10-
--restart always \
1+
#!/bin/sh
2+
3+
docker volume create dokuwiki_data
4+
5+
docker run -d \
6+
--name dokuwiki \
7+
-p 80:8080 \
8+
-p 443:8443 \
9+
--volume dokuwiki_data:/bitnami/dokuwiki \
10+
--restart always \
1111
bitnami/dokuwiki:latest

0 commit comments

Comments
 (0)