mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
docker: mount timezone
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
76137edb72
commit
bfdc47548e
@ -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
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@ services:
|
||||
- "4443:4443"
|
||||
volumes:
|
||||
- ncdata:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
container_name: nextcloudpi
|
||||
|
||||
volumes:
|
||||
|
||||
@ -8,6 +8,7 @@ services:
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ncdata:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
container_name: nextcloudpi
|
||||
|
||||
volumes:
|
||||
|
||||
@ -8,6 +8,7 @@ services:
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ncdata:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
container_name: nextcloudpi
|
||||
|
||||
volumes:
|
||||
|
||||
@ -9,6 +9,7 @@ services:
|
||||
- "4443:4443"
|
||||
volumes:
|
||||
- ncdata:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
container_name: nextcloudpi
|
||||
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user