Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-05-26 04:41:04 +0300
committernachoparker <nacho@ownyourbits.com>2019-05-26 04:41:10 +0300
commitbfdc47548e2b89998b577b8e98235d760b95e35d (patch)
treecec8612e61c8d168682c7948c1a77109d9764b82
parent76137edb727e506bc4dc5e40580a80e9d986d335 (diff)
docker: mount timezonev1.12.8
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--changelog.md6
-rw-r--r--docker-compose-armhf.yml1
-rw-r--r--docker-compose-nc-armhf.yml1
-rw-r--r--docker-compose-nc.yml1
-rw-r--r--docker-compose.yml1
5 files changed, 8 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index ba108c78..4dbc925b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v1.12.7](https://github.com/nextcloud/nextcloudpi/commit/6be6f1c) (2019-05-25) ncp-app: bump to NC16
+[v1.12.8](https://github.com/nextcloud/nextcloudpi/commit/97bbfa7) (2019-05-25) docker: mount timezone
-[v1.12.6](https://github.com/nextcloud/nextcloudpi/commit/da09dc9) (2019-05-25) fail2ban: add a ufw jail and filter (dmaroulidis)
+[v1.12.7](https://github.com/nextcloud/nextcloudpi/commit/76137ed) (2019-05-25) ncp-app: bump to NC16
+
+[v1.12.6 ](https://github.com/nextcloud/nextcloudpi/commit/da09dc9) (2019-05-25) fail2ban: add a ufw jail and filter (dmaroulidis)
[v1.12.5 ](https://github.com/nextcloud/nextcloudpi/commit/30c0f57) (2019-05-25) ncp-web: update config reference URL
diff --git a/docker-compose-armhf.yml b/docker-compose-armhf.yml
index ca8aa6b4..27e033cb 100644
--- a/docker-compose-armhf.yml
+++ b/docker-compose-armhf.yml
@@ -9,6 +9,7 @@ services:
- "4443:4443"
volumes:
- ncdata:/data
+ - /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes:
diff --git a/docker-compose-nc-armhf.yml b/docker-compose-nc-armhf.yml
index 8dd06e97..3ed6c7e1 100644
--- a/docker-compose-nc-armhf.yml
+++ b/docker-compose-nc-armhf.yml
@@ -8,6 +8,7 @@ services:
- "443:443"
volumes:
- ncdata:/data
+ - /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes:
diff --git a/docker-compose-nc.yml b/docker-compose-nc.yml
index b8c76d19..e45f7bed 100644
--- a/docker-compose-nc.yml
+++ b/docker-compose-nc.yml
@@ -8,6 +8,7 @@ services:
- "443:443"
volumes:
- ncdata:/data
+ - /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes:
diff --git a/docker-compose.yml b/docker-compose.yml
index f38cfab3..fefdb3b1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -9,6 +9,7 @@ services:
- "4443:4443"
volumes:
- ncdata:/data
+ - /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes: