Compare commits

...

7 Commits
5 ... 12

Author SHA1 Message Date
j0nnymoe f42bb84f18 Merge pull request #7 from sparklyballs/postgres
readd back php5-pgsql
2016-08-17 11:59:03 +01:00
sparklyballs 32e490a6ec readd back php5-pgsql 2016-08-17 11:52:29 +01:00
sparklyballs 97c478a14f Merge pull request #6 from sparklyballs/master
clean up second php5 pgsql dependency
2016-08-02 03:46:23 +01:00
sparklyballs 3000347ea3 clean up second php5 pgsql dependency 2016-08-02 03:45:39 +01:00
sparklyballs 1310ff6d9e Merge pull request #5 from sparklyballs/cron
add cron job
2016-07-26 01:50:35 +01:00
sparklyballs 0c3d8a709d add cron job 2016-07-26 01:43:43 +01:00
sparklyballs fc53a872bf bump to 9.0.53 2016-07-25 08:00:39 +01:00
4 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -58,10 +58,10 @@ RUN \
php5-mcrypt \
php5-openssl \
php5-pcntl \
php5-pgsql \
php5-pdo_mysql \
php5-pdo_pgsql \
php5-pdo_sqlite \
php5-pgsql \
php5-posix \
php5-sqlite3 \
php5-xml \
@@ -94,4 +94,4 @@ VOLUME /config /data
EXPOSE 443
# set nextcloud version
ENV NEXTCLOUD_VER="9.0.52"
ENV NEXTCLOUD_VER="9.0.53"
+1
View File
@@ -0,0 +1 @@
*/15 * * * * s6-setuidgid abc php -f /config/www/nextcloud/cron.php
+3
View File
@@ -3,3 +3,6 @@
# permissions
chown abc:abc /config /data
chown -R abc:abc /var/lib/nginx
# set cronjob
crontab /defaults/nextcloud
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
/usr/sbin/crond -f -S -l 0 -c /etc/crontabs