docker: mount timezone

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2019-05-25 19:41:04 -06:00
parent 76137edb72
commit bfdc47548e
5 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -9,6 +9,7 @@ services:
- "4443:4443"
volumes:
- ncdata:/data
- /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes:

View File

@ -8,6 +8,7 @@ services:
- "443:443"
volumes:
- ncdata:/data
- /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes:

View File

@ -8,6 +8,7 @@ services:
- "443:443"
volumes:
- ncdata:/data
- /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes:

View File

@ -9,6 +9,7 @@ services:
- "4443:4443"
volumes:
- ncdata:/data
- /etc/localtime:/etc/localtime:ro
container_name: nextcloudpi
volumes: