We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0687013 commit 4877abcCopy full SHA for 4877abc
hotfixes/2015-02-20-release-0.4.sh
@@ -0,0 +1,26 @@
1
+START
2
+
3
+cd /data/indiehosters
4
+git pull
5
6
+docker pull pierreozoux/rsyslog
7
+docker pull pierreozoux/haproxy
8
+docker pull pierreozoux/confd
9
+docker pull pierreozoux/postfix
10
+docker pull pierreozoux/nginx
11
+docker pull pierreozoux/mysql
12
+docker pull pierreozoux/wordpress
13
+docker pull pierreozoux/known
14
+docker pull pierreozoux/piwik
15
+docker pull pierreozoux/owncloud
16
17
+systemctl enable rsyslog
18
+systemctl start rsyslog
19
+systemctl enable postfix
20
+systemctl disable email-forwarder
21
22
+cp /data/indiehosters/unit-files/* /etc/systemd/system
23
24
+reboot
25
26
+STOP
0 commit comments